GraphicLines
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
GraphicLine [] (index:
number)
Returns the GraphicLine with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
GraphicLine anyItem ()
Returns any GraphicLine in the collection.
number count ()
Displays the number of elements in the GraphicLine.
Array
of GraphicLine everyItem ()
Returns every GraphicLine in the collection.
GraphicLine firstItem ()
Returns the first GraphicLine in the collection.
GraphicLine item (index:
varies)
Returns the GraphicLine with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
GraphicLine itemByID (id:
number)
Returns the GraphicLine with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
GraphicLine itemByName (name:
string)
Returns the GraphicLine with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of GraphicLine itemByRange (from:
varies, to:
varies)
Returns the GraphicLines within the specified range.
Parameter | Type | Description |
---|---|---|
from | GraphicLine Long Integer String | The GraphicLine, index, or name at the beginning of the range. Can accept: GraphicLine, Long Integer or String. |
to | GraphicLine Long Integer String | The GraphicLine, index, or name at the end of the range. Can accept: GraphicLine, Long Integer or String. |
GraphicLine lastItem ()
Returns the last GraphicLine in the collection.
GraphicLine middleItem ()
Returns the middle GraphicLine in the collection.
GraphicLine nextItem (obj:
GraphicLine)
Returns the GraphicLine whose index follows the specified GraphicLine in the collection.
Parameter | Type | Description |
---|---|---|
obj | GraphicLine | The GraphicLine whose index comes before the desired GraphicLine. |
GraphicLine previousItem (obj:
GraphicLine)
Returns the GraphicLine with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | GraphicLine | The index of the GraphicLine that follows the desired GraphicLine. |
string toSource ()
Generates a string which, if executed, will return the GraphicLine.
Element of
Button.graphicLines
Cell.graphicLines
Character.graphicLines
Document.graphicLines
Footnote.graphicLines
GraphicLine.graphicLines
Group.graphicLines
InsertionPoint.graphicLines
Layer.graphicLines
Line.graphicLines
MasterSpread.graphicLines
MultiStateObject.graphicLines
Oval.graphicLines
Page.graphicLines
Paragraph.graphicLines
PlaceGun.graphicLines
Polygon.graphicLines
Rectangle.graphicLines
SplineItem.graphicLines
Spread.graphicLines
State.graphicLines
Story.graphicLines
Table.graphicLines
Text.graphicLines
TextColumn.graphicLines
TextFrame.graphicLines
TextStyleRange.graphicLines
Word.graphicLines
XmlStory.graphicLines
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |