java.lang.Objectcom.aspose.words.ZoomType
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. |
Field Detail |
---|
CUSTOM = 0 | |
public static final int CUSTOM |
NONE = 0 | |
public static final int NONE |
FULL_PAGE = 1 | |
public static final int FULL_PAGE |
PAGE_WIDTH = 2 | |
public static final int PAGE_WIDTH |
TEXT_FIT = 3 | |
public static final int TEXT_FIT |