Package com.lowagie.text
Enum StandardFonts
- All Implemented Interfaces:
Serializable
,Comparable<StandardFonts>
,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use LiberationDeprecated.Use Liberation -
Method Summary
Modifier and TypeMethodDescriptioncreate()
create
(int size) boolean
static StandardFonts
Returns the enum constant of this type with the specified name.static StandardFonts[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
COURIER
-
COURIER_ITALIC
-
COURIER_BOLD
-
COURIER_BOLDITALIC
-
LIBERATION_MONO
Deprecated.Use Liberation -
LIBERATION_MONO_ITALIC
Deprecated.Use Liberation -
LIBERATION_MONO_BOLD
Deprecated.Use Liberation -
LIBERATION_MONO_BOLDITALIC
Deprecated.Use Liberation -
HELVETICA
-
HELVETICA_ITALIC
-
HELVETICA_BOLD
-
HELVETICA_BOLDITALIC
-
LIBERATION_SANS
Deprecated.Use Liberation -
LIBERATION_SANS_ITALIC
Deprecated.Use Liberation -
LIBERATION_SANS_BOLD
Deprecated.Use Liberation -
LIBERATION_SANS_BOLDITALIC
Deprecated.Use Liberation -
TIMES
-
TIMES_ITALIC
-
TIMES_BOLD
-
TIMES_BOLDITALIC
-
LIBERATION_SERIF
Deprecated.Use Liberation -
LIBERATION_SERIF_ITALIC
Deprecated.Use Liberation -
LIBERATION_SERIF_BOLD
Deprecated.Use Liberation -
LIBERATION_SERIF_BOLDITALIC
Deprecated.Use Liberation -
SYMBOL
-
ZAPFDINGBATS
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
- Throws:
IOException
-
create
- Throws:
IOException
-
isDeprecated
public boolean isDeprecated()
-