-
add( |
[layer] [, at=LocationOptions.UNKNOWN], reference [, withProperties]) |
→ Oval |
-
Creates a new Oval
layer
|
Layer
The layer on which to create the Oval. (Optional)
|
at
|
LocationOptions
The location at which to insert the Oval relative to the reference object or within the container object. (Optional)
|
reference
|
The reference object. Note: Required when the at parameter is before or after. Can accept: Document, Spread, MasterSpread, Page, Layer or PageItem. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Oval (Optional)
|
-
-
Returns any Oval in the collection.
-
-
Displays the number of elements in the Oval.
-
-
Returns every Oval in the collection.
-
-
Returns the first Oval in the collection.
-
-
Returns the Oval with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Oval with the specified ID.
-
-
Returns the Oval with the specified name.
-
itemByRange( |
from, to) |
→ Oval |
-
Returns the Ovals within the specified range.
from
|
The Oval, index, or name at the beginning of the range. Can accept: Oval, Long Integer or String.
|
to
|
The Oval, index, or name at the end of the range. Can accept: Oval, Long Integer or String.
|
-
-
Returns the last Oval in the collection.
-
-
Returns the middle Oval in the collection.
-
-
Returns the Oval whose index follows the specified Oval in the collection.
obj
|
Oval
The Oval whose index comes before the desired Oval.
|
-
previousItem( |
obj) |
→ Oval |
-
Returns the Oval with the index previous to the specified index.
obj
|
Oval
The index of the Oval that follows the desired Oval.
|
-
-
Generates a string which, if executed, will return the Oval.