| DocxParagraphStyle Constructor (ParagraphStyle) |
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.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