Class
A collection of tables.
add, count
Tables
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Table add ([to:
LocationOptions=LocationOptions.UNKNOWN][, reference:
any][, withProperties:
Object])
Creates a new table.
Parameter | Type | Description |
---|---|---|
to | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | The location of the new table relative to the reference object or within the container object. (Optional) (default: LocationOptions.UNKNOWN) |
reference | Cell Character InsertionPoint Line Paragraph Story Table Text TextColumn TextFrame TextStyleRange Word | The reference object. Note: Required when the to value specifies before or after. Can accept: Table, TextFrame, Text, Character, Word, Line, Paragraph, TextColumn, InsertionPoint, Story, Cell or TextStyleRange. (Optional) |
withProperties | Object | Initial values for properties of the new Table (Optional) |
number count ()
Displays the number of elements in the Table.
Element of
Cell.tables
Character.tables
InsertionPoint.tables
Line.tables
Paragraph.tables
Story.tables
Text.tables
TextColumn.tables
TextFrame.tables
TextStyleRange.tables
Word.tables
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |