Click or drag to resize

DocxCellAddParagraph Method

Aggiunge un paragrafo

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

Parameters

txt
Type: SystemString
The text.

Return Value

Type: DocxRun
DocxRun.
See Also