Property | Type | Access | Description |
antiAliasType | AntiAliasType: AntiAliasType.GRAY_ANTIALIASING AntiAliasType.COLOR_ANTIALIASING AntiAliasType.THICKER_ANTIALIASING |
r/w | The type of text anti-aliasing to use in story and galley views. |
backgroundColor | 3 Reals (0 - 255) InCopyUIColors |
r/w | The background 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 an InCopy UI color. . Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. |
blinkCursor | bool |
r/w | If true, the cursor blinks. |
cursorType | CursorTypes: CursorTypes.STANDARD_CURSOR CursorTypes.THICK_CURSOR CursorTypes.BARBELL_CURSOR CursorTypes.BLOCK_CURSOR |
r/w | The cursor type for galley and story views. |
displayFont | string |
r/w | Font family name to use for text display. |
displayFontSize | Measurement Unit (Number or String) |
r/w | Size to use for text display. |
eventListeners | EventListeners EventListener |
readonly | A collection of event listeners. |
events | Events Event |
readonly | A collection of events. |
infoColumnWidth | Measurement Unit (Number or String) |
r/w | Info column width. |
isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
lineSpacingValue | LineSpacingType: LineSpacingType.SINGLE_SPACE LineSpacingType.ONE_AND_HALF_SPACE LineSpacingType.DOUBLE_SPACE LineSpacingType.TRIPLE_SPACE |
r/w | Amount of spacing between lines. |
parent | Application Document |
readonly | The parent of the GalleyPreference (a Application or Document). |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
showDepthRuler | bool |
r/w | If true, displays the depth ruler. |
showInfoColumn | bool |
r/w | If true, display the Info column. |
showParagraphBreakMarks | bool |
r/w | If true, show paragraph break marks. |
showParagraphStyleNames | bool |
r/w | If true, show paragraph style names. |
smoothText | bool |
r/w | If true, galley text is anti-aliased. |
textColor | 3 Reals (0 - 255) InCopyUIColors |
r/w | The text 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 an InCopy UI color. Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. |