public class ZoomType
Field Summary | ||
---|---|---|
static final int | CUSTOM | |
Zoom percentage is set explicitly. It is not recalculated automatically when control size changes.
|
||
static final int | NONE | |
Indicates to use the explicit zoom percentage. Same as |
||
static final int | FULL_PAGE | |
Zoom percentage is automatically recalculated to fit one full page.
|
||
static final int | PAGE_WIDTH | |
Zoom percentage is automatically recalculated to fit page width.
|
||
static final int | TEXT_FIT | |
Zoom percentage is automatically recalculated to fit text.
|
public static final int CUSTOM
public static final int NONE
public static final int FULL_PAGE
public static final int PAGE_WIDTH
public static final int TEXT_FIT