Package com.aspose.tasks
Class FontStyles
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.FontStyles
-
public final class FontStyles extends com.aspose.ms.System.Enum
Specifies style information applied to text.
-
-
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
-
-