IParagraphCollection Interface |
Namespace: Spire.Doc.Interface
The IParagraphCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of items in collection.
(Inherited from
ICollectionBase
.)
|
![]() |
Item |
Gets the
[!:Spire.Doc.IParagraph]
at the specified index.
|
Name | Description | |
---|---|---|
![]() |
Add |
Adds a paragraph to the end of collection.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|
![]() |
IndexOf |
Returns the zero-based index of the specified paragraph.
|
![]() |
Insert |
Inserts a paragraph into collection at the specified index.
|
![]() |
RemoveAt |
Removes the paragraph at the specified index from the collection.
|