TextStyle.IsMathFormatting Property

Aspose.Note for .NET API

TextStyleIsMathFormatting Property

Gets or sets a value indicating whether the text style is math-formatting.

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

Property Value

Type: Boolean
See Also