A list of Typefi element anchors
Go to Property Listing | Method Listing
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
TypefiElementAnchor [] (index:Number)
Returns the TypefiElementAnchor with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
TypefiElementAnchor anyItem ()
Returns any TypefiElementAnchor in the collection.
Number count ()
Displays the number of elements in the TypefiElementAnchor.
TypefiElementAnchor everyItem ()
Returns every TypefiElementAnchor in the collection.
TypefiElementAnchor firstItem ()
Returns the first TypefiElementAnchor in the collection.
TypefiElementAnchor item (index:Varies LongInteger String)
Returns the TypefiElementAnchor with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
TypefiElementAnchor itemByID (id:Number)
Returns the TypefiElementAnchor with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
TypefiElementAnchor itemByName (name:String)
Returns the TypefiElementAnchor with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
TypefiElementAnchor itemByRange (from:Varies LongInteger TypefiElementAnchor String, to:Varies LongInteger TypefiElementAnchor String)
Returns the TypefiElementAnchors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The TypefiElementAnchor, index, or name at the beginning of the range. Can accept: TypefiElementAnchor, Long Integer or String. |
to |
LongInteger |
The TypefiElementAnchor, index, or name at the end of the range. Can accept: TypefiElementAnchor, Long Integer or String. |
TypefiElementAnchor lastItem ()
Returns the last TypefiElementAnchor in the collection.
TypefiElementAnchor middleItem ()
Returns the middle TypefiElementAnchor in the collection.
TypefiElementAnchor nextItem (obj:TypefiElementAnchor)
Returns the TypefiElementAnchor whose index follows the specified TypefiElementAnchor in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The TypefiElementAnchor whose index comes before the desired TypefiElementAnchor. |
TypefiElementAnchor previousItem (obj:TypefiElementAnchor)
Returns the TypefiElementAnchor with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the TypefiElementAnchor that follows the desired TypefiElementAnchor. |
String toSource ()
Generates a string which, if executed, will return the TypefiElementAnchor.
Document.typefiElementAnchors
Spread.typefiElementAnchors
Page.typefiElementAnchors
Cell.typefiElementAnchors
Table.typefiElementAnchors
Column.typefiElementAnchors
Row.typefiElementAnchors
Text.typefiElementAnchors
Character.typefiElementAnchors
Word.typefiElementAnchors
Line.typefiElementAnchors
TextColumn.typefiElementAnchors
Paragraph.typefiElementAnchors
TextStyleRange.typefiElementAnchors
InsertionPoint.typefiElementAnchors
TextFrame.typefiElementAnchors
Story.typefiElementAnchors
EndnoteTextFrame.typefiElementAnchors
Footnote.typefiElementAnchors
HiddenText.typefiElementAnchors
XmlStory.typefiElementAnchors