Click or drag to resize

DocxDocumentAddParagraph Method

Adds the text as new paragraph.

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

Parameters

txt  String
The text.

Return Value

DocxParagraph
DocxParagraph.
See Also