  | DocxParagraphStyle Constructor (ParagraphStyle) | 
  
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntaxpublic DocxParagraphStyle(
	ParagraphStyle innerObject
)
Public Sub New ( 
	innerObject As ParagraphStyle
)
public:
DocxParagraphStyle(
	ParagraphStyle^ innerObject
)
new : 
        innerObject : ParagraphStyle -> DocxParagraphStyleParameters
- innerObject
 - Type: ParagraphStyle
The inner object. 
See Also