A Sandcastle Documented Class Library
![]() | DocxDocumentAddTextBox Method |
Aggiunge una textbox
TODO: completare passando le informazioni corrette per il posizionamento. Una volta creata non si può modificare.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

public DocxTextBox AddTextBox( string text )
Public Function AddTextBox ( text As String ) As DocxTextBox
public: DocxTextBox^ AddTextBox( String^ text )
member AddTextBox : text : string -> DocxTextBox
Parameters
- text
- Type: SystemString
The text.
Return Value
Type: DocxTextBoxDocxTextBox.
