TabStops
See also TabStop.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
TabStop [] (index:
number)
Returns the TabStop with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
TabStop add ([withProperties:
Object])
Creates a new TabStop.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new TabStop (Optional) |
TabStop anyItem ()
Returns any TabStop in the collection.
number count ()
Displays the number of elements in the TabStop.
Array of TabStop everyItem ()
Returns every TabStop in the collection.
TabStop firstItem ()
Returns the first TabStop in the collection.
TabStop item (index:
varies)
Returns the TabStop with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array of TabStop itemByRange (from:
varies, to:
varies)
Returns the TabStops within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String TabStop | The TabStop, index, or name at the beginning of the range. Can accept: TabStop, Long Integer or String. |
to | Long Integer String TabStop | The TabStop, index, or name at the end of the range. Can accept: TabStop, Long Integer or String. |
TabStop lastItem ()
Returns the last TabStop in the collection.
TabStop middleItem ()
Returns the middle TabStop in the collection.
TabStop nextItem (obj:
TabStop)
Returns the TabStop whose index follows the specified TabStop in the collection.
Parameter | Type | Description |
---|---|---|
obj | TabStop | The TabStop whose index comes before the desired TabStop. |
TabStop previousItem (obj:
TabStop)
Returns the TabStop with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | TabStop | The index of the TabStop that follows the desired TabStop. |
string toSource ()
Generates a string which, if executed, will return the TabStop.
Element of
Character.tabStops
InsertionPoint.tabStops
Line.tabStops
Paragraph.tabStops
ParagraphStyle.tabStops
Story.tabStops
Text.tabStops
TextColumn.tabStops
TextDefault.tabStops
TextStyleRange.tabStops
Word.tabStops
XmlStory.tabStops
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |