TextStyle.IsSuperscript Property

Aspose.Note for .NET API

TextStyleIsSuperscript Property

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

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

Property Value

Type: Boolean
See Also