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