1 """Suite Table Suite: Classes for manipulating tables
4 Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
5 AETE/AEUT resource version 1/0, language 0, script 0
13 class Table_Suite_Events
:
18 class cell(aetools
.ComponentItem
):
21 class formula(aetools
.NProperty
):
22 """formula - the formula of the cell """
25 class protection(aetools
.NProperty
):
26 """protection - Indicates whether value or formula in the cell can be changed """
32 class column(aetools
.ComponentItem
):
33 """column - A column """
35 class name(aetools
.NProperty
):
36 """name - the name of the column """
42 class row(aetools
.ComponentItem
):
48 class table(aetools
.ComponentItem
):
49 """table - A table """
53 cell
._superclassnames
= []
54 cell
._privpropdict
= {
56 'protection' : protection
,
58 cell
._privelemdict
= {
60 column
._superclassnames
= []
61 column
._privpropdict
= {
64 column
._privelemdict
= {
66 row
._superclassnames
= []
71 table
._superclassnames
= []
72 table
._privpropdict
= {
74 table
._privelemdict
= {
77 'read_only' : 'nmod', # Can\xd5t change values or formulas
78 'formulas_protected' : 'fpro', # Can changes values but not formulas
79 'read_2f_write' : 'modf', # Can change values and formulas
84 # Indices of types declared in this module
86 _classdeclarations
= {
102 _enumdeclarations
= {