  | DocxRunInnerObject Property | 
            Gets or sets the inner object.
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic Run InnerObject { get; set; }Public Property InnerObject As Run
	Get
	Set
public:
property Run^ InnerObject {
	Run^ get ();
	void set (Run^ value);
}member InnerObject : Run with get, set
Property Value
RunThe inner object.
See Also