Class
LayoutGridDataInformation |
| Default properties specific to layout grids. Base Class: Preference |
QuickLinks |
addEventListener, getElements, removeEventListener, toSource, toSpecifier |
Hierarchy
|
LayoutGridDataInformation |
|
Properties
| Property | Type | Access | Description |
appliedFont | FontString |
r/w | The font applied to the LayoutGridDataInformation, specified as either a font object or the name of font family. Can return: Font or String. |
characterAki | number |
r/w | The amount of white space between characters. |
eventListeners | EventListeners |
readonly | A collection of event listeners. |
events | Events |
readonly | A collection of events. |
fontStyle | string |
r/w | The name of the font style. |
horizontalScale | number |
r/w | The horizontal scaling applied to the LayoutGridDataInformation. |
isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
lineAki | number |
r/w | The amount of white space between lines. |
parent | Application Document |
readonly | The parent of the LayoutGridDataInformation (a Application or Document). |
pointSize | Measurement Unit (Number or String) |
r/w | The text size. |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
verticalScale | number |
r/w | The vertical scaling applied to the LayoutGridDataInformation. |
|
Methods
| InstancesEventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array of LayoutGridDataInformation getElements ()
Resolves the object specifier, creating an array of object references.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the LayoutGridDataInformation.
string toSpecifier ()
Retrieves the object specifier.
|
Element of |
Application.layoutGridData
Document.layoutGridData
|
Return |
Array of LayoutGridDataInformation LayoutGridDataInformation.getElements ()
|