Click or drag to resize

DocxParagraphStyle Constructor (ParagraphStyle)

Initializes a new instance of the DocxParagraphStyle class.

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

Parameters

innerObject
Type: ParagraphStyle
The inner object.
See Also