Aspose.BarCode for Python via Java  24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
FontStyle Class Reference

Specifies style information applied to text. More...

Inherits Enum.

Static Public Attributes

int BOLD = 1
 Bold text. More...
 
int ITALIC = 2
 Italic text. More...
 
int REGULAR = 0
 Normal text. More...
 
int STRIKEOUT = 8
 Text with a line through the middle. More...
 
int UNDERLINE = 4
 Underlined text. More...
 

Detailed Description

Specifies style information applied to text.

Member Data Documentation

◆ BOLD

int BOLD = 1
static

Bold text.

◆ ITALIC

int ITALIC = 2
static

Italic text.

◆ REGULAR

int REGULAR = 0
static

Normal text.

◆ STRIKEOUT

int STRIKEOUT = 8
static

Text with a line through the middle.

◆ UNDERLINE

int UNDERLINE = 4
static

Underlined text.