Click or drag to resize

DocxDocumentAddText Method

Adds the text inline (current paragraph)

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxRun AddText(
	string txt
)

Parameters

txt
Type: SystemString
The text.

Return Value

Type: DocxRun
DocxRun.
See Also