Class
Grid preferences.
GridPreference
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
baselineColor | 3 Reals (0 - 255) UIColors |
r/w | The color of the baseline grid, specified either as an array of three doubles, each in the range 0 to 255, representing R, G, and B values, or as a UI color. . Can return: Array of 3 Reals (0 - 255) or UIColors enumerator. |
baselineDivision | number | r/w | A spacing value between baseline grid lines |
baselineGridShown | bool | r/w | If true, displays the baseline grid. |
baselineStart | number | r/w | A value to offset the grid from the top margin |
baselineViewThreshold | number | r/w | A value to specify the magnification below which the baseline grid does not appear |
documentGridShown | bool | r/w | If true, displays the document grid. |
documentGridSnapto | bool | r/w | If true, an object snaps to the nearest grid line when the object is created, moved, or resized. |
gridColor | 3 Reals (0 - 255) UIColors |
r/w | The color of the document grid, specified either as an array of three doubles, each in the range 0 to 255, representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator. |
gridsInBack | bool | r/w | If true, places grids behind all other objects on the spread. |
horizontalGridSubdivision | number | r/w | The number of evenly spaced minor horizontal document grid lines appearing between major horizontal document grid lines |
horizontalGridlineDivision | number | r/w | A spacing value between major horizontal document grid lines |
parent | Application Document |
readonly | The parent of the GridPreference (a Application or Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
verticalGridSubdivision | number | r/w | The number of evenly spaced minor vertical document grid lines appearing between major vertical document grid lines |
verticalGridlineDivision | number | r/w | A spacing value between major vertical document grid lines |
Element of
Application.gridPreferences
Document.gridPreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |