| 
ITextBoxItemCollection Interface
  | 
 Represents a collection of
 
[!:Spire.Doc.ITextBox]
 
 .
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public interface ITextBoxItemCollection
 
Public Interface ITextBoxItemCollection
 
public interface class ITextBoxItemCollection
 
type ITextBoxItemCollection =interface end
 
 
 
 
 The
 
ITextBoxItemCollection
 
 type exposes the following members.
 Properties
Properties
 
 
|  | Name | Description | 
|   | Item | 
 Gets the
 
[!:Spire.Doc.ITextBox]
 
 at the specified index.
 | 
Top
 
 
 Methods
Methods
 
 
|  | Name | Description | 
|   | Add | 
 Adds a textbox to the collection.
 | 
Top
 
 
 See Also
See Also