Click or drag to resize

DocumentSubsetCollection Class

Represents a subset from collection of specified type entities.
Inheritance Hierarchy

Namespace:  Spire.Doc.Collections
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public abstract class DocumentSubsetCollection : OwnerHolder, 
	IDocumentObjectCollection, ICollectionBase, IEnumerable

The DocumentSubsetCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count.
Public propertyDocument
Gets the document.
Public propertyItem
Gets the DocumentObject at the specified index.
Public propertyOwner
Gets the owner.
Top
Methods
  NameDescription
Public methodClear
Removes all entities
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetByIndex
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldm_doc (Inherited from OwnerHolder.)
Top
See Also