IBody
LastParagraph Property
|
Gets the last paragraph.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
IParagraph LastParagraph { get; }
ReadOnly Property LastParagraph As IParagraph
Get
property IParagraph^ LastParagraph {
IParagraph^ get ();
}
abstract LastParagraph : IParagraph with get
Property Value
Type:
IParagraph
The last paragraph.
See Also