Returns or sets paragraph text.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string Text { get; set; }
Public Property Text As String
	Get
	Set
public:
virtual property String^ Text {
	String^ get () sealed;
	void set (String^ value) sealed;
}
abstract Text : string with get, set
override Text : string with get, set

Property Value

String

Implements

IParagraph..::..Text

Remarks

All internal formatting will be cleared when new text is set.

See Also