public interface PageToolbarActionExecutor
| Modifier and Type | Method and Description |
|---|---|
int |
fitToPage(String width,
String height)
Adjusts preview pages (or any other component of interest) sizes so that exactly one is displayed - fitted to browser area
width/height
|
String |
getMainAreaId() |
void |
setDoublePageMode(boolean mode)
Switch on/off double page mode
|
void |
setGrid(TypedObject typedGrid)
Sets given grid so that mainArea can adjust it's appearance
|
void |
setGridMode(GridMode gridMode)
Sets given grid mode so that mainArea can adjust it's appearance
|
void |
setPageMode(PageMode pageMode)
Sets given page mode so that the mainArea adjusts it's page preview model
|
void |
setPlacementMode(PlacementMode placementMode)
Sets given placement mode so that mainArea can adjust it's appearance
|
void |
setScale(int scale)
Sets scale (zooms in/out) in underling components
|
void |
setShowPerformanceInfo(boolean show)
Sets if performance info shall be shown or not
|
void setScale(int scale)
scale - to set given in %, e.g 25 means everything will be reduced to 1/4 of it's original sizeint fitToPage(String width, String height)
width - of browser areaheight - of browser areaString getMainAreaId()
void setDoublePageMode(boolean mode)
mode - set true to have double page mode, false for single page modevoid setGrid(TypedObject typedGrid)
void setGridMode(GridMode gridMode)
void setPlacementMode(PlacementMode placementMode)
void setShowPerformanceInfo(boolean show)
void setPageMode(PageMode pageMode)
Copyright © 2017 SAP SE. All Rights Reserved.