TextNestedLineStyles

A collection of nested line styles.

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

add(
[withProperties])
 → NestedLineStyle
count(
)
 → number
item(
index)
 → NestedLineStyle
itemByRange(
from, to)
 → NestedLineStyle
toSource(
)
 → string
add(
[withProperties])
 → NestedLineStyle
Creates a new NestedLineStyle.
withProperties Object Initial values for properties of the new NestedLineStyle (Optional)
anyItem(
)
 → NestedLineStyle
Returns any NestedLineStyle in the collection.
count(
)
 → number
Displays the number of elements in the NestedLineStyle.
everyItem(
)
 → NestedLineStyle
Returns every NestedLineStyle in the collection.
firstItem(
)
 → NestedLineStyle
Returns the first NestedLineStyle in the collection.
item(
index)
 → NestedLineStyle
Returns the NestedLineStyle with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByRange(
from, to)
 → NestedLineStyle
Returns the NestedLineStyles within the specified range.
from The NestedLineStyle, index, or name at the beginning of the range. Can accept: NestedLineStyle, Long Integer or String.
to The NestedLineStyle, index, or name at the end of the range. Can accept: NestedLineStyle, Long Integer or String.
lastItem(
)
 → NestedLineStyle
Returns the last NestedLineStyle in the collection.
middleItem(
)
 → NestedLineStyle
Returns the middle NestedLineStyle in the collection.
nextItem(
obj)
 → NestedLineStyle
Returns the NestedLineStyle whose index follows the specified NestedLineStyle in the collection.
obj NestedLineStyle The NestedLineStyle whose index comes before the desired NestedLineStyle.
previousItem(
obj)
 → NestedLineStyle
Returns the NestedLineStyle with the index previous to the specified index.
obj NestedLineStyle The index of the NestedLineStyle that follows the desired NestedLineStyle.
toSource(
)
 → string
Generates a string which, if executed, will return the NestedLineStyle.