Title.TitleText Property

Aspose.Note for .NET API

TitleTitleText Property

Gets or sets the text of the title.

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

Property Value

Type: RichText
See Also