GraphicLines
A collection of graphic lines.
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
GraphicLine [] (index:Number)
Returns the GraphicLine with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GraphicLine add (layer:Layer, [at:LocationOptions=LocationOptions], reference:Varies Document Layer MasterSpread Page Spread PageItem, withProperties:Object)
Creates a new GraphicLine
Parameter |
Type |
Description |
---|---|---|
layer |
The layer on which to create the GraphicLine. (Optional) |
|
at |
The location at which to insert the GraphicLine relative to the reference object or within the container object. (Optional) (default: LocationOptions.UNKNOWN) |
|
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 |
Initial values for properties of the new GraphicLine (Optional) |
GraphicLine anyItem ()
Returns any GraphicLine in the collection.
Number count ()
Displays the number of elements in the GraphicLine.
GraphicLine everyItem ()
Returns every GraphicLine in the collection.
GraphicLine firstItem ()
Returns the first GraphicLine in the collection.
GraphicLine item (index:Varies LongInteger String)
Returns the GraphicLine with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
GraphicLine itemByName (name:String)
Returns the GraphicLine with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
GraphicLine itemByRange (from:Varies GraphicLine LongInteger String, to:Varies GraphicLine LongInteger String)
Returns the GraphicLines within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The GraphicLine, index, or name at the beginning of the range. Can accept: GraphicLine, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the GraphicLine that follows the desired GraphicLine. |
String toSource ()
Generates a string which, if executed, will return the GraphicLine.
Object of
PlaceGun.graphicLines
Document.graphicLines
Button.graphicLines
State.graphicLines
MultiStateObject.graphicLines
CheckBox.graphicLines
ComboBox.graphicLines
ListBox.graphicLines
RadioButton.graphicLines
TextBox.graphicLines
SignatureField.graphicLines
Layer.graphicLines
Spread.graphicLines
Page.graphicLines
MasterSpread.graphicLines
Oval.graphicLines
Rectangle.graphicLines
GraphicLine.graphicLines
Polygon.graphicLines
Group.graphicLines
SplineItem.graphicLines
Snippet.graphicLines
Cell.graphicLines
Table.graphicLines
Text.graphicLines
Character.graphicLines
Word.graphicLines
Line.graphicLines
TextColumn.graphicLines
Paragraph.graphicLines
TextStyleRange.graphicLines
InsertionPoint.graphicLines
TextFrame.graphicLines
Story.graphicLines
EndnoteTextFrame.graphicLines
Footnote.graphicLines
XmlStory.graphicLines