Represents a collection of [!:Spire.Doc.TextBox] objects.

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 TextBoxItemCollection : DocumentObjectCollection, 
	ITextBoxItemCollection
Public Class TextBoxItemCollection
	Inherits DocumentObjectCollection
	Implements ITextBoxItemCollection
public ref class TextBoxItemCollection : public DocumentObjectCollection, 
	ITextBoxItemCollection
type TextBoxItemCollection =  
    class
        inherit DocumentObjectCollection
        interface ITextBoxItemCollection
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TextBoxItemCollection(IDocument)
Initializes a new instance of the TextBoxItemCollection class.
Add(IDocumentObject)
Adds the specified entity.
(Inherited from DocumentObjectCollection.)
Add(ITextBox)
Adds a textbox to the collection.
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.)
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) (Inherited from DocumentObjectCollection.)
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