Click or drag to resize

DocxParagraph(Paragraph) Constructor

Initializes a new instance of the DocxParagraph class.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public DocxParagraph(
	Paragraph innerObject
)

Parameters

innerObject  Paragraph
The inner object.
See Also