Namespace: Spire.Xls.Core.Converter.General.Word.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public abstract class DocumentObjectCollection : DocumentSerializableCollection, 
	IDocumentObjectCollection, ICollectionBase, IEnumerable
Public MustInherit Class DocumentObjectCollection
	Inherits DocumentSerializableCollection
	Implements IDocumentObjectCollection, ICollectionBase, IEnumerable
public ref class DocumentObjectCollection abstract : public DocumentSerializableCollection, 
	IDocumentObjectCollection, ICollectionBase, IEnumerable
[<AbstractClassAttribute>]
type DocumentObjectCollection =  
    class
        inherit DocumentSerializableCollection
        interface IDocumentObjectCollection
        interface ICollectionBase
        interface IEnumerable
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Add(IDocumentObject)
Clear()()()()
Contains(IDocumentObject)
Count (Inherited from CollectionEx.)
CreateItem(IXDLSContentReader) (Inherited from DocumentSerializableCollection.)
Document (Inherited from OwnerHolder.)
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
FirstItem
GetEnumerator()()()() (Inherited from CollectionEx.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTagItemName()()()() (Inherited from DocumentSerializableCollection.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(IDocumentObject)
Insert(Int32, IDocumentObject)
Item[([( Int32])])
LastItem
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnClear()()()()
OnRemove(Int32)
Remove(IDocumentObject)
RemoveAt(Int32)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TypesOfElement

Inheritance Hierarchy

See Also