A Sandcastle Documented Class Library
DocxParagraphStyle Constructor (ParagraphStyle) |
Initializes a new instance of the DocxParagraphStyle class.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxParagraphStyle( ParagraphStyle innerObject )
Public Sub New ( innerObject As ParagraphStyle )
public: DocxParagraphStyle( ParagraphStyle^ innerObject )
new : innerObject : ParagraphStyle -> DocxParagraphStyle
Parameters
- innerObject
- Type: ParagraphStyle
The inner object.
See Also