Package com.aspose.barcode.generation
Class FontStyle
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.barcode.generation.FontStyle
-
public final class FontStyle extends com.aspose.ms.System.Enum
Specifies style information applied to text.
-
-
Constructor Summary
Constructors Constructor Description FontStyle()
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
REGULAR
public static final int REGULAR
Normal text- See Also:
- Constant Field Values
-
BOLD
public static final int BOLD
Bold text- See Also:
- Constant Field Values
-
ITALIC
public static final int ITALIC
Italic text- See Also:
- Constant Field Values
-
UNDERLINE
public static final int UNDERLINE
Underlined text- See Also:
- Constant Field Values
-
STRIKEOUT
public static final int STRIKEOUT
Text with a line through the middle- See Also:
- Constant Field Values
-
-