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 | |
public static final int CUSTOM |
NONE | |
public static final int NONE |
FULL_PAGE | |
public static final int FULL_PAGE |
PAGE_WIDTH | |
public static final int PAGE_WIDTH |
TEXT_FIT | |
public static final int TEXT_FIT |