public static enum PDFCorePanel.ZoomFitPolicy extends Enum<PDFCorePanel.ZoomFitPolicy>
| Enum Constant and Description |
|---|
FREE
Zoom livre, controlado pelo usuário
|
HEIGHT
Faz a página ocupar toda a altura
|
WHOLE_PAGE
Zoom que exibe toda a página
|
WIDTH
Faz a página ocupar toda largura
|
| Modifier and Type | Method and Description |
|---|---|
static PDFCorePanel.ZoomFitPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFCorePanel.ZoomFitPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFCorePanel.ZoomFitPolicy WIDTH
public static final PDFCorePanel.ZoomFitPolicy HEIGHT
public static final PDFCorePanel.ZoomFitPolicy WHOLE_PAGE
public static final PDFCorePanel.ZoomFitPolicy FREE
public static PDFCorePanel.ZoomFitPolicy[] values()
for (PDFCorePanel.ZoomFitPolicy c : PDFCorePanel.ZoomFitPolicy.values()) System.out.println(c);
public static PDFCorePanel.ZoomFitPolicy 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 © 2016 Tecgraf/PUC-Rio. All rights reserved.