Static
$tStatic
nextGets the number of paragraphs in the collection.
Adds a paragraph with the specified text and returns the FormattedTextParagraph representing the new paragraph.
The FormattedTextParagraph representing the new paragraph.
The text in the paragraph.
Determines whether the specified paragraph exists in the collection.
True if the paragraph exists in the collection; False otherwise.
The paragraph to find in the collection.
Gets the enumerator to iterate over all paragraphs.
Gets the zero-based index of the specified paragraph in the collection.
The zero-based index of the paragraph in the collection or -1 if the paragraph doesn't exist in the collection.
The paragraph to find in the collection.
Inserts a paragraph with the specified text and returns the FormattedTextParagraph representing the new paragraph.
ArgumentOutOfRangeException 'index' is less than zero or greater than the number of paragraphs in the collection.
The FormattedTextParagraph representing the new paragraph.
The zero-based index in the collection where the paragraph should be inserted.
The text in the paragraph.
Gets the paragraph at the specified zero-based index.
ArgumentOutOfRangeException 'index' is less than zero or greater than or equal to the number of paragraphs in the collection.
The FormattedTextParagraph representing the paragraph at the specified index.
Removes the specified paragraph from the collection.
True if the paragraph was in the collection and was removed; False otherwise.
The paragraph to remove from the collection.
Removes the paragraph at the specified zero-based index in the collection.
ArgumentOutOfRangeException 'index' is less than zero or greater than or equal to the number of paragraphs in the collection.
The zero-based index of the paragraph to remove.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
A collection of FormattedTextParagraph instances in .
See
FormattedText.paragraphs