Serializable
, Comparable<ConversionOptions.Font>
public static enum ConversionOptions.Font extends Enum<ConversionOptions.Font>
Enum Constant | Description |
---|---|
OTF |
|
OTF_BASE64 |
|
WOFF |
|
WOFF_BASE64 |
Modifier and Type | Method | Description |
---|---|---|
ConversionOptions.Font |
getBaseType() |
|
boolean |
isBase64() |
|
static ConversionOptions.Font |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ConversionOptions.Font[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversionOptions.Font WOFF
public static final ConversionOptions.Font OTF
public static final ConversionOptions.Font WOFF_BASE64
public static final ConversionOptions.Font OTF_BASE64
public static ConversionOptions.Font[] values()
for (ConversionOptions.Font c : ConversionOptions.Font.values()) System.out.println(c);
public static ConversionOptions.Font valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isBase64()
public ConversionOptions.Font getBaseType()
Copyright 2021 IDRsolutions ltd. All rights reserved.