IParagraphBase
OwnerParagraph Property
|
Gets the owner paragraph.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Paragraph OwnerParagraph { get; }
ReadOnly Property OwnerParagraph As Paragraph
Get
property Paragraph^ OwnerParagraph {
Paragraph^ get ();
}
abstract OwnerParagraph : Paragraph with get
Property Value
Type:
Paragraph
See Also