Click or drag to resize

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
public interface ITextBoxItemCollection

The ITextBoxItemCollection type exposes the following members.

Properties
Name Description
Public property Item
Gets the [!:Spire.Doc.ITextBox] at the specified index.
Top
Methods
Name Description
Public method Add
Adds a textbox to the collection.
Top
See Also