TextParagraph
FirstTextRange Property
|
First text range of text paragraph.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextRange FirstTextRange { get; }
Public ReadOnly Property FirstTextRange As TextRange
Get
public:
property TextRange^ FirstTextRange {
TextRange^ get ();
}
member FirstTextRange : TextRange with get
Property Value
Type:
TextRange
See Also