public static enum PdfRendererBuilder.FontStyle extends Enum<PdfRendererBuilder.FontStyle>
| Modifier and Type | Method and Description |
|---|---|
static PdfRendererBuilder.FontStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfRendererBuilder.FontStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfRendererBuilder.FontStyle NORMAL
public static final PdfRendererBuilder.FontStyle ITALIC
public static final PdfRendererBuilder.FontStyle OBLIQUE
public static PdfRendererBuilder.FontStyle[] values()
for (PdfRendererBuilder.FontStyle c : PdfRendererBuilder.FontStyle.values()) System.out.println(c);
public static PdfRendererBuilder.FontStyle 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 nullCopyright © 2017. All rights reserved.