ParagraphCollection class

ParagraphCollection class

Represents a collection of a paragraphs.

The ParagraphCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.
Read-only int.
is_read_onlyGets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only.
Read-only bool.
slide
presentation

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
addAdds a Paragraph to the end of collection.
addAdds a content of ParagraphCollection to the end of collection.
insertInserts a Paragraph into the collection at the specified index.
insertInserts a content of ParagraphCollection into the collection at the specified index.
add_from_htmlAdds text from specified html string to the collection.
add_from_htmlAdds text from specified html string to the collection.
index_ofDetermines the index of a specific item in the System.Collections.Generic.IList`1.
clearRemoves all elements from the collection.
containsDetermines whether the System.Collections.Generic.ICollection`1 contains a specific value.
copy_toCopies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index.
remove_atRemoves the element at the specified index of the collection.
removeRemoves the first occurrence of a specific object from the System.Collections.Generic.ICollection`1.
export_to_htmlConverts specifying paragraphs to the HTML and returns it as String object.

See Also