Class
A tab stop.
remove
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. |
| 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
Return
TabStop TabStops.add ([withProperties: Object])
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |