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.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBold textstatic final intItalic textstatic final intNormal textstatic final intText with a line through the middlestatic final intUnderlined textFields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray -
Constructor Summary
Constructors -
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 Details
-
REGULAR
public static final int REGULARNormal text- See Also:
-
BOLD
public static final int BOLDBold text- See Also:
-
ITALIC
public static final int ITALICItalic text- See Also:
-
UNDERLINE
public static final int UNDERLINEUnderlined text- See Also:
-
STRIKEOUT
public static final int STRIKEOUTText with a line through the middle- See Also:
-
-
Constructor Details
-
FontStyle
public FontStyle()
-