BaselineFrameGridOption

Baseline frame grid options.

Properties

Property Type Access Description
baselineFrameGridColor any r/w The grid line color, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator.
baselineFrameGridIncrement number r/w The distance between grid lines.
baselineFrameGridRelativeOption BaselineFrameGridRelativeOption :
TOP_OF_PAGE
TOP_OF_MARGIN
TOP_OF_FRAME
TOP_OF_INSET
r/w The object from which to offset the custom baseline grid.
parent any readonly The parent of the BaselineFrameGridOption (a Application, Document, TextFrame or ObjectStyle).
properties Object r/w A property that allows setting of several properties at the same time.
startingOffsetForBaselineFrameGrid number r/w The amount to offset the baseline grid.
useCustomBaselineFrameGrid bool r/w If true, uses a custom baseline frame grid.

Methods

Array of BaselineFrameGridOption getElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the BaselineFrameGridOption.

string toSpecifier ()
Retrieves the object specifier.

Element of:

Application.baselineFrameGridOptions
Document.baselineFrameGridOptions
ObjectStyle.baselineFrameGridOptions
TextFrame.baselineFrameGridOptions

Returned by:

Array of BaselineFrameGridOption BaselineFrameGridOption.getElements ( )