com.aspose.words

Class ZoomType

  • 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 intCUSTOM = 0
Zoom percentage is set explicitly. It is not recalculated automatically when control size changes.
static final intNONE = 0
Indicates to use the explicit zoom percentage. Same as CUSTOM.
static final intFULL_PAGE = 1
Zoom percentage is automatically recalculated to fit one full page.
static final intPAGE_WIDTH = 2
Zoom percentage is automatically recalculated to fit page width.
static final intTEXT_FIT = 3
Zoom percentage is automatically recalculated to fit text.
 

    • Field Detail

      • CUSTOM = 0

        public static final int CUSTOM
        Zoom percentage is set explicitly. It is not recalculated automatically when control size changes.
      • NONE = 0

        public static final int NONE
        Indicates to use the explicit zoom percentage. Same as CUSTOM.
      • FULL_PAGE = 1

        public static final int FULL_PAGE
        Zoom percentage is automatically recalculated to fit one full page.
      • PAGE_WIDTH = 2

        public static final int PAGE_WIDTH
        Zoom percentage is automatically recalculated to fit page width.
      • TEXT_FIT = 3

        public static final int TEXT_FIT
        Zoom percentage is automatically recalculated to fit text.