DocxCell.AddParagraph Method

QsInformatica.Utils

DocxCellAddParagraph Method

Aggiunge un paragrafo

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxRun AddParagraph(
	string txt
)
Public Function AddParagraph ( 
	txt As String
) As DocxRun
public:
DocxRun^ AddParagraph(
	String^ txt
)
member AddParagraph : 
        txt : string -> DocxRun 

Parameters

txt
Type: SystemString
The text.

Return Value

Type: DocxRun
DocxRun.
See Also