Click or drag to resize

IParagraphCollection Interface

Represents a collection of [!:Spire.Doc.IParagraph] .

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IParagraphCollection : IDocumentObjectCollection, 
	ICollectionBase, IEnumerable

The IParagraphCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets the number of items in collection.
(Inherited from ICollectionBase .)
Public property Item
Gets the [!:Spire.Doc.IParagraph] at the specified index.
Top
Methods
Name Description
Public method Add
Adds a paragraph to the end of collection.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method IndexOf
Returns the zero-based index of the specified paragraph.
Public method Insert
Inserts a paragraph into collection at the specified index.
Public method RemoveAt
Removes the paragraph at the specified index from the collection.
Top
See Also