A Sandcastle Documented Class Library
DocxParagraphInnerObject 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 Paragraph InnerObject { get; set; }
Public Property InnerObject As Paragraph Get Set
public: property Paragraph^ InnerObject { Paragraph^ get (); void set (Paragraph^ value); }
member InnerObject : Paragraph with get, set
Property Value
Type: ParagraphThe inner object.
See Also