A collection of tables.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
Table add ([to:LocationOptions=LocationOptions], reference:Varies Cell Character InsertionPoint Line Paragraph Story Table Text TextColumn TextFrame Word TextStyleRange, withProperties:Object)
Creates a new table.
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
The location of the new table relative to the reference object or within the container object. (Optional) (default: LocationOptions.UNKNOWN) |
|
|
reference |
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 |
Initial values for properties of the new Table (Optional) |
Number count ()
Displays the number of elements in the Table.
Cell.tables
Text.tables
Character.tables
Word.tables
Line.tables
TextColumn.tables
Paragraph.tables
TextStyleRange.tables
InsertionPoint.tables
TextFrame.tables
Story.tables