1 """Suite Table Suite: Classes for manipulating tables
4 Generated from flap:System Folder:Extensions:Scripting Additions:Dialects:English Dialect
5 AETE/AEUT resource version 1/0, language 0, script 0
18 class cell(aetools
.ComponentItem
):
21 class _class(aetools
.NProperty
):
22 """class - the class"""
25 class formula(aetools
.NProperty
):
26 """formula - the formula of the cell"""
29 class protection(aetools
.NProperty
):
30 """protection - Indicates whether value or formula in the cell can be changed"""
36 class column(aetools
.ComponentItem
):
37 """column - A column"""
39 class name(aetools
.NProperty
):
46 class row(aetools
.ComponentItem
):
52 class table(aetools
.ComponentItem
):
60 'protection' : protection
,
78 'read_only' : 'nmod', # Can't change values or formulas
79 'formulas_protected' : 'fpro', # Can changes values but not formulas
80 'read_2f_write' : 'modf', # Can change values and formulas
85 # Indices of types declared in this module
87 _classdeclarations
= {
101 _compdeclarations
= {
104 _enumdeclarations
= {