-
-
Returns any Paragraph in the collection.
-
-
Displays the number of elements in the Paragraph.
-
-
Returns every Paragraph in the collection.
-
-
Returns the first Paragraph in the collection.
-
-
Returns the Paragraph with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Paragraphs within the specified range.
from
|
The Paragraph, index, or name at the beginning of the range. Can accept: Paragraph, Long Integer or String.
|
to
|
The Paragraph, index, or name at the end of the range. Can accept: Paragraph, Long Integer or String.
|
-
-
Returns the last Paragraph in the collection.
-
-
Returns the middle Paragraph in the collection.
-
-
Returns the Paragraph whose index follows the specified Paragraph in the collection.
obj
|
Paragraph
The Paragraph whose index comes before the desired Paragraph.
|
-
-
Returns the Paragraph with the index previous to the specified index.
obj
|
Paragraph
The index of the Paragraph that follows the desired Paragraph.
|
-
-
Generates a string which, if executed, will return the Paragraph.