| DocxParagraphStyleInnerObject Property |
Gets or sets the inner object.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax public 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