Adobe InDesign CS (3.0) Object Model JS: Rows

InDesign CS

Class

Rows

 A collection of table rows.

QuickLinks

add, count

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

Row add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
Creates a new Row.

ParameterTypeDescription
atLocationOptions:
LocationOptions.BEFORE
LocationOptions.AFTER
LocationOptions.AT_END
LocationOptions.AT_BEGINNING
LocationOptions.UNKNOWN
The location of the new Row relative to the reference object or within the table. (Optional) (default: LocationOptions.UNKNOWN)
referenceRow
Table
The reference object. Note: Required when the at parameter value specifies before or after. Can accept: Row or Table. (Optional)
withPropertiesObjectInitial values for properties of the new Row (Optional)

number count ()
Displays the number of elements in the Row.

Element of

Cell.rows

Column.rows

Row.rows

Table.rows

Jongware, 27-Jun-2010 v3.0.3dContents :: Index