The following tables list the members exposed by FormattedTextParagraphCollection.
Name | Description | |
---|---|---|
Add | Adds a paragraph with the specified text and returns the FormattedTextParagraph representing the new paragraph. | |
Clear | Removes all paragraphs from the formatted text. | |
Contains | Determines whether the specified paragraph exists in the collection. | |
GetEnumerator | Gets the enumerator to iterate over all paragraphs. | |
IndexOf | Gets the zero-based index of the specified paragraph in the collection. | |
Insert | Inserts a paragraph with the specified text and returns the FormattedTextParagraph representing the new paragraph. | |
Remove | Removes the specified paragraph from the collection. | |
RemoveAt | Removes the paragraph at the specified zero-based index in the collection. |