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