DocxParagraphStyle.InnerObject Property

QsInformatica.Utils

DocxParagraphStyleInnerObject 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 ParagraphStyle InnerObject { get; set; }
Public Property InnerObject As ParagraphStyle
	Get
	Set
public:
property ParagraphStyle^ InnerObject {
	ParagraphStyle^ get ();
	void set (ParagraphStyle^ value);
}
member InnerObject : ParagraphStyle with get, set

Property Value

Type: ParagraphStyle
The inner object.
See Also