DocxRun.InnerObject Property

QsInformatica.Utils

DocxRunInnerObject Property

Gets or sets the inner object.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public 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

Type: Run
The inner object.
See Also