TabStop
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
alignment | TabStopAlignment: TabStopAlignment.LEFT_ALIGN TabStopAlignment.CENTER_ALIGN TabStopAlignment.RIGHT_ALIGN TabStopAlignment.CHARACTER_ALIGN |
r/w | The tab stop alignment. |
alignmentCharacter | string | r/w | The tab stop alignment character. Note: Valid when alignment is character align. |
index | number | readonly | The index of the TabStop within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
leader | string | r/w | The tab stop leader. |
parent | Character InsertionPoint Line Paragraph ParagraphStyle Story Text TextColumn TextDefault TextStyleRange Word |
readonly | The parent of the TabStop (a TextDefault, Paragraph, ParagraphStyle, Text, Character, Word, Line, TextColumn, TextStyleRange, InsertionPoint or Story). |
position | Measurement Unit (Number or String) | r/w | The position of the tab stop. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
Array of TabStop getElements ()
Resolves the object specifier, creating an array of object references.
void remove ()
Deletes the TabStop.
string toSource ()
Generates a string which, if executed, will return the TabStop.
string toSpecifier ()
Retrieves the object specifier.
Used in:
array of TabStop TabStops.itemByRange (from: any, to: any)
TabStop TabStops.nextItem (obj: TabStop)
TabStop TabStops.previousItem (obj: TabStop)
Return
Array of TabStop TabStop.getElements ()
TabStop TabStops.[] (index: number)
TabStop TabStops.add ([withProperties: Object])
TabStop TabStops.anyItem ()
Array of TabStop TabStops.everyItem ()
TabStop TabStops.firstItem ()
TabStop TabStops.item (index: any)
TabStop TabStops.itemByName (name: string)
Array of TabStop TabStops.itemByRange (from: any, to: any)
TabStop TabStops.lastItem ()
TabStop TabStops.middleItem ()
TabStop TabStops.nextItem (obj: TabStop)
TabStop TabStops.previousItem (obj: TabStop)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |