Click or drag to resize

Paragraph Text Property

Returns or sets paragraph text.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string Text { get; set; }

Property Value

Type: String

Implements

IParagraph Text
Remarks
All internal formatting will be cleared when new text is set.
See Also