ParagraphCollection Class |
Namespace: Spire.Presentation.Collections
The ParagraphCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the collection.
(Inherited from
ParagraphList
.)
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets the element at the specified index.
(Inherited from
ParagraphList
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|
| Name | Description | |
|---|---|---|
|
|
AddFromHtml |
Adds text from specified html string.
(Inherited from
ParagraphList
.)
|
|
|
AddParagraphFromLatexMathCode |
Add Paragraph From LatexMathCode.
|
|
|
AddParagraphFromMathMLCode |
Creat math equation from mathML code.
|
|
|
AddTextRnageFromLatexMathCode |
Creat Text Rnage math equation from latex math code.
|
|
|
Append(ParagraphCollection) |
Adds a content of Paragraphs to the end of collection.
(Inherited from
ParagraphList
.)
|
|
|
Append(TextParagraph) |
Adds a Paragraph to the end of collection.
(Inherited from
ParagraphList
.)
|
|
|
Clear |
Removes all elements from the collection.
(Inherited from
ParagraphList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals | (Overrides ParagraphList Equals(Object) .) |
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
ParagraphList
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert(Int32, ParagraphCollection) |
Inserts a content of ParagraphExCollection into the collection at the specified index.
(Inherited from
ParagraphList
.)
|
|
|
Insert(Int32, TextParagraph) |
Inserts a Paragraph into the collection at the specified index.
(Inherited from
ParagraphList
.)
|
|
|
RemoveAt |
Removes the element at the specified index of the collection.
(Inherited from
ParagraphList
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|