Click or drag to resize

DocxCellAddParagraph Method

Aggiunge un paragrafo

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

Parameters

txt  String
The text.

Return Value

DocxRun
DocxRun.
See Also