Click or drag to resize

TextParagraph Text Property

Gets or sets the the plain text of a paragraph.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string Text { get; set; }

Property Value

Type: String
The text.
See Also