zoomtype-ag凯发旗舰厅
com.spire.doc
enum zoomtype
java.lang.object
java.lang.enum<zoomtype>
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. |
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.
getvalue
public int getvalue()