Represents a subset from collection of specified type entities.
Namespace: Spire.Doc.CollectionsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public abstract class DocumentSubsetCollection : OwnerHolder, IDocumentObjectCollection, ICollectionBase, IEnumerable
Public MustInherit Class DocumentSubsetCollection Inherits OwnerHolder Implements IDocumentObjectCollection, ICollectionBase, IEnumerable
public ref class DocumentSubsetCollection abstract : public OwnerHolder, IDocumentObjectCollection, ICollectionBase, IEnumerable
[<AbstractClassAttribute>] type DocumentSubsetCollection = class inherit OwnerHolder interface IDocumentObjectCollection interface ICollectionBase interface IEnumerable end
Members
| All Members | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| Clear()()()() |
Removes all entities
| |
| Count |
Gets the count.
| |
| Document |
Gets the document.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetByIndex(Int32) | ||
| GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( Int32])]) |
Gets the DocumentObject at the specified index.
| |
| m_doc | (Inherited from OwnerHolder.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Owner |
Gets the owner.
| |
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Doc..::..OwnerHolder
Spire.Doc.Collections..::..DocumentSubsetCollection
Spire.Doc.Collections..::..ParagraphCollection
Spire.Doc.Collections..::..TableCollection
Spire.Doc..::..OwnerHolder
Spire.Doc.Collections..::..DocumentSubsetCollection
Spire.Doc.Collections..::..ParagraphCollection
Spire.Doc.Collections..::..TableCollection