Click or drag to resize

DocxDocumentAddText Method

Adds the text inline (current paragraph)

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

Parameters

txt
Type: SystemString
The text.

Return Value

Type: DocxRun
DocxRun.
See Also