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