public static enum Standard14Fonts.FontName extends Enum<Standard14Fonts.FontName>
| Enum Constant and Description |
|---|
COURIER |
COURIER_BOLD |
COURIER_BOLD_OBLIQUE |
COURIER_OBLIQUE |
HELVETICA |
HELVETICA_BOLD |
HELVETICA_BOLD_OBLIQUE |
HELVETICA_OBLIQUE |
SYMBOL |
TIMES_BOLD |
TIMES_BOLD_ITALIC |
TIMES_ITALIC |
TIMES_ROMAN |
ZAPF_DINGBATS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
static Standard14Fonts.FontName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Standard14Fonts.FontName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Standard14Fonts.FontName TIMES_ROMAN
public static final Standard14Fonts.FontName TIMES_BOLD
public static final Standard14Fonts.FontName TIMES_ITALIC
public static final Standard14Fonts.FontName TIMES_BOLD_ITALIC
public static final Standard14Fonts.FontName HELVETICA
public static final Standard14Fonts.FontName HELVETICA_BOLD
public static final Standard14Fonts.FontName HELVETICA_OBLIQUE
public static final Standard14Fonts.FontName HELVETICA_BOLD_OBLIQUE
public static final Standard14Fonts.FontName COURIER
public static final Standard14Fonts.FontName COURIER_BOLD
public static final Standard14Fonts.FontName COURIER_OBLIQUE
public static final Standard14Fonts.FontName COURIER_BOLD_OBLIQUE
public static final Standard14Fonts.FontName SYMBOL
public static final Standard14Fonts.FontName ZAPF_DINGBATS
public static Standard14Fonts.FontName[] values()
for (Standard14Fonts.FontName c : Standard14Fonts.FontName.values()) System.out.println(c);
public static Standard14Fonts.FontName 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 String getName()
public String toString()
toString in class Enum<Standard14Fonts.FontName>Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.