Paragraphs

Paragraphs class

This class represents paragraph collection.

The Paragraphs type exposes the following members:

Constructors

NameDescription
Paragraphs()Initializes a new instance of the Paragraphs class

Properties

NameDescription
countGet paragraphs count.

Indexer

NameDescription
[index]Gets or sets paragraph from or to collection.

Methods

NameDescription
add(paragraph)Add paragraph to collection.
get_range(index, count)Remove paragraphs range.
remove_range(index, count)Remove paragraphs range.
remove(paragraph)Remove paragraph from collection.
insert(index, paragraph)Insert paragraph to collection.
clear()Clear paragraphs.
insert_range(index, collection)Inserts the elements of a collection into the list at the specified index.
clone()Clones a new None object.

See Also