Click or drag to resize

ParagraphCollection Methods

The ParagraphCollection type exposes the following members.

Methods
Name Description
Public method AddFromHtml
Adds text from specified html string.
(Inherited from ParagraphList .)
Public method AddParagraphFromLatexMathCode
Add Paragraph From LatexMathCode.
Public method AddParagraphFromMathMLCode
Creat math equation from mathML code.
Public method AddTextRnageFromLatexMathCode
Creat Text Rnage math equation from latex math code.
Public method Append(ParagraphCollection)
Adds a content of Paragraphs to the end of collection.
(Inherited from ParagraphList .)
Public method Append(TextParagraph)
Adds a Paragraph to the end of collection.
(Inherited from ParagraphList .)
Public method Clear
Removes all elements from the collection.
(Inherited from ParagraphList .)
Public method CopyTo
Copies all elements from the collection to the specified array.
Public method Equals (Overrides ParagraphList Equals(Object) .)
Public method GetEnumerator
Gets an enumerator for the entire collection.
(Inherited from ParagraphList .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method Insert(Int32, ParagraphCollection)
Inserts a content of ParagraphExCollection into the collection at the specified index.
(Inherited from ParagraphList .)
Public method Insert(Int32, TextParagraph)
Inserts a Paragraph into the collection at the specified index.
(Inherited from ParagraphList .)
Public method RemoveAt
Removes the element at the specified index of the collection.
(Inherited from ParagraphList .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also