A tab stop.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| alignment | TabStopAlignment : LEFT_ALIGN CENTER_ALIGN RIGHT_ALIGN 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. |
| leader | string | r/w | The tab stop leader. |
| parent | any | readonly | The parent of the TabStop (a TextDefault, Paragraph, ParagraphStyle, Text, Character, Word, Line, TextColumn, TextStyleRange, InsertionPoint or Story). |
| position | number | 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
Array of TabStopgetElements ()
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:
TabStops.previousItem (
obj:
TabStop )
TabStops.nextItem (
obj:
TabStop )
Returned by:
Array of TabStop TabStop .getElements (
)
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
)