Version

FormattedTextParagraphCollection Class Members

The following tables list the members exposed by FormattedTextParagraphCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of paragraphs in the collection.  
Public PropertyItemGets the paragraph at the specified zero-based index.  
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