StripedStrokeStyles
A collection of striped stroke styles.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
StripedStrokeStyle [] (index:Number)
Returns the StripedStrokeStyle with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
StripedStrokeStyle add (withProperties:Object)
Creates a new StripedStrokeStyle.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new StripedStrokeStyle (Optional) |
StripedStrokeStyle anyItem ()
Returns any StripedStrokeStyle in the collection.
Number count ()
Displays the number of elements in the StripedStrokeStyle.
StripedStrokeStyle everyItem ()
Returns every StripedStrokeStyle in the collection.
StripedStrokeStyle firstItem ()
Returns the first StripedStrokeStyle in the collection.
StripedStrokeStyle item (index:Varies LongInteger String)
Returns the StripedStrokeStyle with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
StripedStrokeStyle itemByID (id:Number)
Returns the StripedStrokeStyle with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
StripedStrokeStyle itemByName (name:String)
Returns the StripedStrokeStyle with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
StripedStrokeStyle itemByRange (from:Varies LongInteger StripedStrokeStyle String, to:Varies LongInteger StripedStrokeStyle String)
Returns the StripedStrokeStyles within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The StripedStrokeStyle, index, or name at the beginning of the range. Can accept: StripedStrokeStyle, Long Integer or String. |
to |
LongInteger |
The StripedStrokeStyle, index, or name at the end of the range. Can accept: StripedStrokeStyle, Long Integer or String. |
StripedStrokeStyle lastItem ()
Returns the last StripedStrokeStyle in the collection.
StripedStrokeStyle middleItem ()
Returns the middle StripedStrokeStyle in the collection.
StripedStrokeStyle nextItem (obj:StripedStrokeStyle)
Returns the StripedStrokeStyle whose index follows the specified StripedStrokeStyle in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The StripedStrokeStyle whose index comes before the desired StripedStrokeStyle. |
StripedStrokeStyle previousItem (obj:StripedStrokeStyle)
Returns the StripedStrokeStyle with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the StripedStrokeStyle that follows the desired StripedStrokeStyle. |
String toSource ()
Generates a string which, if executed, will return the StripedStrokeStyle.
Object of
Application.stripedStrokeStyles
Document.stripedStrokeStyles