  | DocxParagraphStyleInnerObject Property | 
            Gets or sets the inner object.
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.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
ParagraphStyleThe inner object.
See Also