TextStyle.IsSubscript Property

Aspose.Note for .NET API

TextStyleIsSubscript Property

Gets or sets a value indicating whether the text style is subscript.

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

Property Value

Type: Boolean
See Also