zoomtype-ag凯发旗舰厅



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()


网站地图