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