-
add( |
[at=LocationOptions.UNKNOWN], reference [, withProperties]) |
→ Footnote |
-
Creates a new footnote.
at
|
LocationOptions
The location of the footnote reference number in the main text relative to the reference object or within the story. (Optional)
|
reference
|
The reference object. Note: Must be an insertion point or a note. Required when the at parameter specifies before or after. Can accept: Note or InsertionPoint. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Footnote (Optional)
|
-
-
Returns any Footnote in the collection.
-
-
Displays the number of elements in the Footnote.
-
-
Returns every Footnote in the collection.
-
-
Returns the first Footnote in the collection.
-
-
Returns the Footnote with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Footnote with the specified ID.
-
-
Returns the Footnote with the specified name.
-
-
Returns the Footnotes within the specified range.
from
|
The Footnote, index, or name at the beginning of the range. Can accept: Footnote, Long Integer or String.
|
to
|
The Footnote, index, or name at the end of the range. Can accept: Footnote, Long Integer or String.
|
-
-
Returns the last Footnote in the collection.
-
-
Returns the middle Footnote in the collection.
-
-
Returns the Footnote whose index follows the specified Footnote in the collection.
obj
|
Footnote
The Footnote whose index comes before the desired Footnote.
|
-
-
Returns the Footnote with the index previous to the specified index.
obj
|
Footnote
The index of the Footnote that follows the desired Footnote.
|
-
-
Generates a string which, if executed, will return the Footnote.