public static enum PageResizer.ResizeType extends Enum<PageResizer.ResizeType>
| Enum Constant and Description |
|---|
DEFAULT |
MAINTAIN_ASPECT_RATIO |
| Modifier and Type | Method and Description |
|---|---|
static PageResizer.ResizeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageResizer.ResizeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageResizer.ResizeType MAINTAIN_ASPECT_RATIO
public static final PageResizer.ResizeType DEFAULT
public static PageResizer.ResizeType[] values()
for (PageResizer.ResizeType c : PageResizer.ResizeType.values()) System.out.println(c);
public static PageResizer.ResizeType 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 © 1998–2025 Apryse Group NV. All rights reserved.