IDocument
TextBoxes Property
|
Gets the textboxes of the document.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TextBoxCollection TextBoxes { get; }
ReadOnly Property TextBoxes As TextBoxCollection
Get
property TextBoxCollection^ TextBoxes {
TextBoxCollection^ get ();
}
abstract TextBoxes : TextBoxCollection with get
Property Value
Type:
TextBoxCollection
See Also