Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class SectionCollection : DocumentObjectCollection, 
	IWSectionCollection, IDocumentObjectCollection, ICollectionBase, IEnumerable
Public Class SectionCollection
	Inherits DocumentObjectCollection
	Implements IWSectionCollection, IDocumentObjectCollection, ICollectionBase, IEnumerable
public ref class SectionCollection : public DocumentObjectCollection, 
	IWSectionCollection, IDocumentObjectCollection, ICollectionBase, IEnumerable
type SectionCollection =  
    class
        inherit DocumentObjectCollection
        interface IWSectionCollection
        interface IDocumentObjectCollection
        interface ICollectionBase
        interface IEnumerable
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SectionCollection(Document)
Initializes a new instance of the SectionCollection class.
Add(IDocumentObject)
Adds the specified entity.
(Inherited from DocumentObjectCollection.)
Add(ISection)
Adds a section to end of document.
Clear()()()()
Removes all items
(Inherited from DocumentObjectCollection.)
Contains(IDocumentObject)
Determines whether a entity is in the collection.
(Inherited from DocumentObjectCollection.)
Count
Gets the number of items in the collection.
(Inherited from CollectionEx.)
CreateItem(IXDLSContentReader) (Overrides DocumentSerializableCollection..::..CreateItem(IXDLSContentReader).)
Document
Gets the 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
Gets the first item.
(Inherited from DocumentObjectCollection.)
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from CollectionEx.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTagItemName()()()() (Overrides DocumentSerializableCollection..::..GetTagItemName()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(IDocumentObject)
Returns the zero-based index of the specified entity.
(Inherited from DocumentObjectCollection.)
IndexOf(ISection)
Returns the zero-based index of the specified section.
Insert(Int32, IDocumentObject)
Inserts a entity into the collection at the specified index.
(Inherited from DocumentObjectCollection.)
Item[([( Int32])])
LastItem
Gets the last item.
(Inherited from DocumentObjectCollection.)
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnClear()()()() (Inherited from DocumentObjectCollection.)
OnInsert(Int32, DocumentObject) (Inherited from DocumentObjectCollection.)
OnInsertComplete(Int32, DocumentObject) (Inherited from DocumentObjectCollection.)
OnRemove(Int32) (Overrides DocumentObjectCollection..::..OnRemove(Int32).)
Remove(IDocumentObject)
Removes the document object from the collection.
(Inherited from DocumentObjectCollection.)
RemoveAt(Int32)
Removes the document object at the specified index from the collection.
(Inherited from DocumentObjectCollection.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TypesOfElement (Overrides DocumentObjectCollection..::..TypesOfElement.)

Inheritance Hierarchy

See Also