java.lang.Objectcom.aspose.words.SwfTopPaneControlFlags
public class SwfTopPaneControlFlags
Field Summary | ||
---|---|---|
static final int | HIDE_ALL | |
Hide all buttons on the top panel of SWF viewer. | ||
static final int | SHOW_ALL | |
Show all buttons on the top panel of SWF viewer. This is the default value. | ||
static final int | SHOW_ACTUAL_SIZE | |
Show "Actual size" button on the top panel of SWF viewer. | ||
static final int | SHOW_FIT_TO_HEIGHT | |
Show "Fit to height" button on the top panel of SWF viewer. | ||
static final int | SHOW_FIT_TO_WIDTH | |
Show "Fit to width" button on the top panel of SWF viewer. | ||
static final int | SHOW_ZOOM_OUT | |
Show "Zoom out" button on the top panel of SWF viewer. | ||
static final int | SHOW_ZOOM_IN | |
Show "Zoom in" button on the top panel of SWF viewer. | ||
static final int | SHOW_TEXT_SELECTION_MODE | |
Show "Text section mode" button on the top panel of SWF viewer. | ||
static final int | SHOW_PAGE_DRAG_MODE | |
Show "Page drag mode" button on the top panel of SWF viewer. | ||
static final int | SHOW_SINGLE_PAGE_SCROLL | |
Show "Single page scroll" button on the top panel of SWF viewer. | ||
static final int | SHOW_SINGLE_PAGE | |
Show "Single page" button on the top panel of SWF viewer. | ||
static final int | SHOW_TWO_PAGES_SCROLL | |
Show "Two pages scroll" button on the top panel of SWF viewer. | ||
static final int | SHOW_TWO_PAGES | |
Show "Two pages" button on the top panel of SWF viewer. | ||
static final int | SHOW_READ_MODE_BUTTON | |
Show "Read Mode" button on top panel of SWF viewer. |
Field Detail |
---|
HIDE_ALL = 0 | |
public static final int HIDE_ALL |
SHOW_ALL = 4095 | |
public static final int SHOW_ALL |
SHOW_ACTUAL_SIZE = 1 | |
public static final int SHOW_ACTUAL_SIZE |
SHOW_FIT_TO_HEIGHT = 2 | |
public static final int SHOW_FIT_TO_HEIGHT |
SHOW_FIT_TO_WIDTH = 4 | |
public static final int SHOW_FIT_TO_WIDTH |
SHOW_ZOOM_OUT = 8 | |
public static final int SHOW_ZOOM_OUT |
SHOW_ZOOM_IN = 16 | |
public static final int SHOW_ZOOM_IN |
SHOW_TEXT_SELECTION_MODE = 32 | |
public static final int SHOW_TEXT_SELECTION_MODE |
SHOW_PAGE_DRAG_MODE = 64 | |
public static final int SHOW_PAGE_DRAG_MODE |
SHOW_SINGLE_PAGE_SCROLL = 128 | |
public static final int SHOW_SINGLE_PAGE_SCROLL |
SHOW_SINGLE_PAGE = 256 | |
public static final int SHOW_SINGLE_PAGE |
SHOW_TWO_PAGES_SCROLL = 512 | |
public static final int SHOW_TWO_PAGES_SCROLL |
SHOW_TWO_PAGES = 1024 | |
public static final int SHOW_TWO_PAGES |
SHOW_READ_MODE_BUTTON = 2048 | |
public static final int SHOW_READ_MODE_BUTTON |