Package com.aspose.tasks
Class FontFaceType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.FontFaceType
-
public final class FontFaceType extends com.aspose.ms.System.EnumEnumerates font face types
-
-
Field Summary
Fields Modifier and Type Field Description static intEotThe EOT font.static intNotSpecifiedFont type is not specified.static intTtfThe true type font.static intWoffThe WOFF font.
-
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
-
NotSpecified
public static final int NotSpecified
Font type is not specified.
- See Also:
- Constant Field Values
-
Ttf
public static final int Ttf
The true type font.
- See Also:
- Constant Field Values
-
Eot
public static final int Eot
The EOT font.
- See Also:
- Constant Field Values
-
Woff
public static final int Woff
The WOFF font.
- See Also:
- Constant Field Values
-
-