| DocxDocumentInnerObject Property |
Gets or sets the inner object.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.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
DocumentModelThe inner object.
See Also