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.Enum
Enumerates font face types
-
-
Field Summary
Fields Modifier and Type Field Description static int
Eot
The EOT font.static int
NotSpecified
Font type is not specified.static int
Ttf
The true type font.static int
Woff
The 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
-
-