Package com.aspose.tasks
Class FontStyle
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.FontStyle
-
public final class FontStyle extends com.aspose.ms.System.Enum
Font style flag values.
-
-
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
-
Bold
public static final int Bold
Bold font style.- See Also:
- Constant Field Values
-
Italic
public static final int Italic
Italic font style.- See Also:
- Constant Field Values
-
Regular
public static final int Regular
Regular font style.- See Also:
- Constant Field Values
-
Strikeout
public static final int Strikeout
Strikeout font style.- See Also:
- Constant Field Values
-
Underline
public static final int Underline
Underline font style.- See Also:
- Constant Field Values
-
-