|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ZoomType>
com.spire.doc.ZoomType
public 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 |
---|
public static final ZoomType None
public static final ZoomType Full_Page
public static final ZoomType Page_Width
public static final ZoomType Text_Fit
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |