  | DocxParagraphStyleInnerObject Property  | 
 
            Gets or sets the inner object.
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntaxpublic ParagraphStyle InnerObject { get; set; }Public Property InnerObject As ParagraphStyle
	Get
	Set
public:
property ParagraphStyle^ InnerObject {
	ParagraphStyle^ get ();
	void set (ParagraphStyle^ value);
}member InnerObject : ParagraphStyle with get, set
Property Value
Type: 
ParagraphStyleThe inner object.
See Also