Shape
LastParagraph Property
|
Gets the last paragraph in the document.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Paragraph LastParagraph { get; }
Public ReadOnly Property LastParagraph As Paragraph
Get
public:
property Paragraph^ LastParagraph {
Paragraph^ get ();
}
member LastParagraph : Paragraph with get
Property Value
Type:
Paragraph
See Also