TextStyle.IsBold Property

Aspose.Note for .NET API

TextStyleIsBold Property

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

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

Property Value

Type: Boolean
See Also