RichText.Text Property

Aspose.Note for .NET API

RichTextText Property

Gets or sets the text. The string MUST NOT contain any characters of the value 10 (line feed).

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string Text { get; set; }
Public Property Text As String
	Get
	Set
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}
member Text : string with get, set

Property Value

Type: String
See Also