Shape
FirstParagraph Property
|
Gets the first 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 FirstParagraph { get; }
Public ReadOnly Property FirstParagraph As Paragraph
Get
public:
property Paragraph^ FirstParagraph {
Paragraph^ get ();
}
member FirstParagraph : Paragraph with get
Property Value
Type:
Paragraph
See Also