A Sandcastle Documented Class Library
![]() | DocxDocumentInnerObject Property |
Gets or sets the inner object.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

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.
