|
java.lang.Object
com.aspose.words.ZoomType
public class ZoomType - extends java.lang.Object
Utility class containing constants.
Possible values for how large or small the document appears on the screen in Microsoft Word.
- See Also:
- ViewOptions, ViewOptions.ZoomType
|
Field Summary |
static final int | NONE | |
|
Indicates to use the explicit zoom percentage.
|
static final int | FULL_PAGE | |
| |
static final int | PAGE_WIDTH | |
| |
static final int | TEXT_FIT | |
| |
NONE | |
public static final int NONE |
-
Indicates to use the explicit zoom percentage.
FULL_PAGE | |
public static final int FULL_PAGE |
-
PAGE_WIDTH | |
public static final int PAGE_WIDTH |
-
TEXT_FIT | |
public static final int TEXT_FIT |
-
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|