TypefiElementAnchors

A list of Typefi element anchors

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

TypefiElementAnchor [] (index:Number)

Returns the TypefiElementAnchor with the specified index.

Parameter

Type

Description

index

Number

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

String

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

Number

The ID.

TypefiElementAnchor itemByName (name:String)

Returns the TypefiElementAnchor with the specified name.

Parameter

Type

Description

name

String

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

TypefiElementAnchor

String

The TypefiElementAnchor, index, or name at the beginning of the range. Can accept: TypefiElementAnchor, Long Integer or String.

to

LongInteger

TypefiElementAnchor

String

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

TypefiElementAnchor

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

TypefiElementAnchor

The index of the TypefiElementAnchor that follows the desired TypefiElementAnchor.

String toSource ()

Generates a string which, if executed, will return the TypefiElementAnchor.

Object of

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