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