com.spire.doc.collections
Class ParagraphItemCollection
java.lang.Object
com.spire.doc.OwnerHolder
com.spire.doc.collections.CollectionEx
com.spire.doc.documents.xml.DocumentSerializableCollection
com.spire.doc.collections.DocumentObjectCollection
com.spire.doc.collections.ParagraphItemCollection
- All Implemented Interfaces:
- ICollectionBase, IDocumentObjectCollection, IXDLSSerializableCollection, java.lang.Iterable
public class ParagraphItemCollection
- extends DocumentObjectCollection
Represents a collection for Paragraph
child items.
ParagraphItemCollection
public ParagraphItemCollection(Document doc)
- Initializes a new instance of the ParagraphItemCollection class.
- Parameters:
doc
- The doc
get
public ParagraphBase get(int index)
- Gets the
ParagraphBase
at the specified index.
- Specified by:
get
in interface IDocumentObjectCollection
- Overrides:
get
in class DocumentObjectCollection
- Parameters:
index
- index
- Returns:
- ParagraphBase object