Adobe InDesign CS (3.0) Object Model JS: Columns

InDesign CS

Class

Columns

 A collection of table columns.

QuickLinks

add, count

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

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

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

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

Element of

Cell.columns

Column.columns

Row.columns

Table.columns

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