Lines
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Line [] (index:
number)
Returns the Line with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Line anyItem ()
Returns any Line in the collection.
number count ()
Displays the number of elements in the Line.
Array
of Line everyItem ()
Returns every Line in the collection.
Line firstItem ()
Returns the first Line in the collection.
Line item (index:
varies)
Returns the Line with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array
of Line itemByRange (from:
varies, to:
varies)
Returns the Lines within the specified range.
Parameter | Type | Description |
---|---|---|
from | Line Long Integer String | The Line, index, or name at the beginning of the range. Can accept: Line, Long Integer or String. |
to | Line Long Integer String | The Line, index, or name at the end of the range. Can accept: Line, Long Integer or String. |
Line lastItem ()
Returns the last Line in the collection.
Line middleItem ()
Returns the middle Line in the collection.
Line nextItem (obj:
Line)
Returns the Line whose index follows the specified Line in the collection.
Parameter | Type | Description |
---|---|---|
obj | Line | The Line whose index comes before the desired Line. |
Line previousItem (obj:
Line)
Returns the Line with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Line | The index of the Line that follows the desired Line. |
string toSource ()
Generates a string which, if executed, will return the Line.
Element of
Cell.lines
Change.lines
Character.lines
Footnote.lines
HiddenText.lines
InsertionPoint.lines
Line.lines
Note.lines
Paragraph.lines
Story.lines
Text.lines
TextColumn.lines
TextFrame.lines
TextPath.lines
TextStyleRange.lines
Word.lines
XMLElement.lines
XmlStory.lines
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |