public final class ZoomType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUSTOM
Zoom percentage is set explicitly.
|
static int |
FULL_PAGE
Zoom percentage is automatically recalculated to fit one full page.
|
static int |
length |
static int |
NONE
Indicates to use the explicit zoom percentage.
|
static int |
PAGE_WIDTH
Zoom percentage is automatically recalculated to fit page width.
|
static int |
TEXT_FIT
Zoom percentage is automatically recalculated to fit text.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String zoomTypeName) |
static java.lang.String |
getName(int zoomType) |
static int[] |
getValues() |
static java.lang.String |
toString(int zoomType) |
public static final int CUSTOM
public static final int NONE
CUSTOM.public static final int FULL_PAGE
public static final int PAGE_WIDTH
public static final int TEXT_FIT
public static final int length