Display size options.
Value
Name | Description | Value |
---|---|---|
ZoomOptions.ACTUAL_SIZE | Zooms to 100%. | 2053206906 = 'zasz' |
ZoomOptions.FIT_PAGE | Centers the active page in the window. | 2053534832 = 'zftp' |
ZoomOptions.FIT_SPREAD | Centers the active spread in the window. | 2053534835 = 'zfts' |
ZoomOptions.SHOW_PASTEBOARD | Fits the entire pasteboard in the window. | 2054385762 = 'zspb' |
ZoomOptions.ZOOM_IN | Magnifies the view to the next preset percentage. | 2053990766 = 'zmin' |
ZoomOptions.ZOOM_OUT | Reduces the view to the next preset percentage. | 2054124916 = 'zout' |
Usage
In function
void LayoutWindow.zoom (given: ZoomOptions)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |