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