com.spire.doc
Enum ZoomType

java.lang.Object
  extended by java.lang.Enum<ZoomType>
      extended by com.spire.doc.ZoomType
All Implemented Interfaces:
java.lang.Comparable<ZoomType>

public enum ZoomType
extends java.lang.Enum<ZoomType>

Specifies zooming type in Microsoft Word.


Enum Constant Summary
Full_Page
          Zoom percentage is automatically recalculated to fit one full page.
None
          Indicates to use the explicit zoom percentage.
Page_Width
          Zoom percentage is automatically recalculated to fit page width.
Text_Fit
          Zoom percentage is automatically recalculated to fit text.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

None

public static final ZoomType None
Indicates to use the explicit zoom percentage.


Full_Page

public static final ZoomType Full_Page
Zoom percentage is automatically recalculated to fit one full page.


Page_Width

public static final ZoomType Page_Width
Zoom percentage is automatically recalculated to fit page width.


Text_Fit

public static final ZoomType Text_Fit
Zoom percentage is automatically recalculated to fit text.

Method Detail

getValue

public int getValue()