Click or drag to resize

DocxParagraphStyle(ParagraphStyle) Constructor

Initializes a new instance of the DocxParagraphStyle class.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public DocxParagraphStyle(
	ParagraphStyle innerObject
)

Parameters

innerObject  ParagraphStyle
The inner object.
See Also