IParagraphCollection class
Contents
[
Hide
]IParagraphCollection class
Represents a collection of a paragraphs.
The IParagraphCollection type exposes the following members:
Properties
| Property | Description |
|---|---|
count | Gets the number of elements actually contained in the collection. Read-only int. |
slide | |
presentation |
Gets the element at the specified index.
Indexer
| Name | Description |
|---|---|
[index] |
Methods
| Method | Description |
|---|---|
add | Adds a Paragraph to the end of collection. |
add | Adds a content of ParagraphCollection to the end of collection. |
insert | Inserts a Paragraph into the collection at the specified index. |
insert | Inserts a content of ParagraphCollection into the collection at the specified index. |
add_from_html | Adds text from specified html string to the collection. |
add_from_html | Adds text from specified html string to the collection. |
clear | Removes all elements from the collection. |
remove_at | Removes the element at the specified index of the collection. |
remove | Removes the first occurrence of a specific paragraph. |
export_to_html | Converts specifying paragraphs to the HTML and returns it as String object. |
See Also
- module
aspose.slides - library
Aspose.Slides