RichText.Styles Property

Aspose.Note for .NET API

RichTextStyles Property

Gets the styles.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public IList<TextStyle> Styles { get; }
Public ReadOnly Property Styles As IList(Of TextStyle)
	Get
public:
property IList<TextStyle^>^ Styles {
	IList<TextStyle^>^ get ();
}
member Styles : IList<TextStyle> with get

Property Value

Type: IListTextStyle
See Also