ParagraphList Class |
Namespace: Spire.Presentation.Collections
The ParagraphList type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the collection.
|
|
|
Item |
Gets the element at the specified index.
|
| Name | Description | |
|---|---|---|
|
|
AddFromHtml |
Adds text from specified html string.
|
|
|
Append(ParagraphCollection) |
Adds a content of Paragraphs to the end of collection.
|
|
|
Append(TextParagraph) |
Adds a Paragraph to the end of collection.
|
|
|
Clear |
Removes all elements from the collection.
|
|
|
Equals | (Overrides Object Equals(Object) .) |
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
|
|
|
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.
|
|
|
Insert(Int32, TextParagraph) |
Inserts a Paragraph into the collection at the specified index.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
RemoveAt |
Removes the element at the specified index of the collection.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|