Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| add( | [withProperties]) |
→ NestedLineStyle |
| anyItem( | ) |
→ NestedLineStyle |
| count( | ) |
→ number |
| everyItem( | ) |
→ NestedLineStyle |
| firstItem( | ) |
→ NestedLineStyle |
| item( | index) |
→ NestedLineStyle |
| itemByRange( | from, to) |
→ NestedLineStyle |
| lastItem( | ) |
→ NestedLineStyle |
| nextItem( | obj) |
→ NestedLineStyle |
| previousItem( | obj) |
→ NestedLineStyle |
| toSource( | ) |
→ string |
-
add( [withProperties])→ NestedLineStyle -
Creates a new NestedLineStyle.
withPropertiesObject 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.
indexThe index or name. Can accept: Long Integer or String. -
itemByRange( from, to)→ NestedLineStyle -
Returns the NestedLineStyles within the specified range.
fromThe NestedLineStyle, index, or name at the beginning of the range. Can accept: NestedLineStyle, Long Integer or String. toThe 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.
objNestedLineStyle The NestedLineStyle whose index comes before the desired NestedLineStyle. -
previousItem( obj)→ NestedLineStyle -
Returns the NestedLineStyle with the index previous to the specified index.
objNestedLineStyle The index of the NestedLineStyle that follows the desired NestedLineStyle. -
toSource( )→ string -
Generates a string which, if executed, will return the NestedLineStyle.