Click or drag to resize

DocxDocumentAddText Method

Adds the text inline (current paragraph)

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

Parameters

txt  String
The text.

Return Value

DocxRun
DocxRun.
See Also