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