Version

FormattedTextParagraphCollection Class Methods

For a list of all members of this type, see FormattedTextParagraphCollection members.

Public Methods
 NameDescription
Public MethodAddAdds a paragraph with the specified text and returns the FormattedTextParagraph representing the new paragraph.  
Public MethodClearRemoves all paragraphs from the formatted text.  
Public MethodContainsDetermines whether the specified paragraph exists in the collection.  
Public MethodGetEnumeratorGets the enumerator to iterate over all paragraphs.  
Public MethodIndexOfGets the zero-based index of the specified paragraph in the collection.  
Public MethodInsertInserts a paragraph with the specified text and returns the FormattedTextParagraph representing the new paragraph.  
Public MethodRemoveRemoves the specified paragraph from the collection.  
Public MethodRemoveAtRemoves the paragraph at the specified zero-based index in the collection.  
See Also