Body
FirstParagraph Property
|
Gets the First paragraph.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public IParagraph FirstParagraph { get; }
Public ReadOnly Property FirstParagraph As IParagraph
Get
public:
property IParagraph^ FirstParagraph {
IParagraph^ get ();
}
member FirstParagraph : IParagraph with get
Property Value
Type:
IParagraph
The last paragraph.
See Also