Indesign Scripting Reference
home | search | Links
JavaScript >> BaselineFrameGridOption

BaselineFrameGridOption

Baseline frame grid options.

BaselineFrameGridOption Properties

Property Type Access Description
baselineFrameGridColor Array of 3 Reals (0 - 255), UIColors enumeration (see table at end of chapter) r/w The UI color for drawing baseline frame grid.
baselineFrameGridIncrement Unit (1 - 8640 points) r/w The distance between grid lines.
baselineFrameGridRelativeOption BaselineFrameGridRelativeOption enumeration r/w What the baseline frame grid is relative to.
parent Object read The parent of the object.
properties An array of property names and values r/w Property that allows setting of several properties at the same time.
startingOffsetForBaselineFrameGrid Unit (0 - 8640 points) r/w The offset from the location specified in the baseline frame grid relative property.
useCustomBaselineFrameGrid Boolean r/w If true, use a custom baseline frame grid.

BaselineFrameGridOption Methods

Method Returns Description
getElements Array of Objects Resolve the object specifier.
toSource String Generate JavaScript source that, if executed, will return the specified objects.
toSpecifier String Retrieve the object specifier.