-
-
Creates a new paragraph destination.
destination
|
Text
The text or insertion point inside the paragraph that the cross reference points to. The insertion point is always adjusted to the beginning of the paragraph.
|
withProperties
|
Object
Initial values for properties of the new ParagraphDestination (Optional)
|
-
-
Returns any ParagraphDestination in the collection.
-
-
Displays the number of elements in the ParagraphDestination.
-
-
Returns every ParagraphDestination in the collection.
-
-
Returns the first ParagraphDestination in the collection.
-
-
Returns the ParagraphDestination with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the ParagraphDestination with the specified ID.
-
-
Returns the ParagraphDestination with the specified name.
-
-
Returns the ParagraphDestinations within the specified range.
from
|
The ParagraphDestination, index, or name at the beginning of the range. Can accept: ParagraphDestination, Long Integer or String.
|
to
|
The ParagraphDestination, index, or name at the end of the range. Can accept: ParagraphDestination, Long Integer or String.
|
-
-
Returns the last ParagraphDestination in the collection.
-
-
Returns the middle ParagraphDestination in the collection.
-
-
Returns the ParagraphDestination whose index follows the specified ParagraphDestination in the collection.
obj
|
ParagraphDestination
The ParagraphDestination whose index comes before the desired ParagraphDestination.
|
-
-
Returns the ParagraphDestination with the index previous to the specified index.
obj
|
ParagraphDestination
The index of the ParagraphDestination that follows the desired ParagraphDestination.
|
-
-
Generates a string which, if executed, will return the ParagraphDestination.