Contains the key for various texts in the built-in Print Preview form.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public enum PreviewTextKey |
Member name | Description | |
---|---|---|
Auto |
Identifies the 'Auto' menu item text. |
|
Close |
Identifies the 'Close' menu item text. |
|
DecreaseSize |
Identifies the 'Decrease Size' menu item text. |
|
DoubleSize |
Identifies the 'Double Size' menu item text. |
|
FirstPage |
Identifies the 'First Page' button tool-tip. |
|
FitToPage |
Identifies the 'Fit to Page' menu item text. |
|
FourPages |
Identifies the 'Four Pages' button tool-tip. |
|
HalveSize |
Identifies the 'Halve Size' menu item text. |
|
IncreaseSize |
Identifies the 'Increase Size' menu item text. |
|
Landscape |
Identifies the 'Orientation' button tool-tip. |
|
LastPage |
Identifies the 'Last Page' button tool-tip. |
|
NextPage |
Identifies the 'Next Page' button tool-tip. |
|
OnePage |
Identifies the 'One Page' button tool-tip. |
|
OriginalSize |
Identifies the 'Original Size' menu item text. |
|
PageRange |
Identifies the 'Page Range' button tool-tip. |
|
Portrait |
Identifies the 'Orientation' button tool-tip. |
|
PrevPage |
Identifies the 'Previous Page' button tool-tip. |
|
Identifies the 'Print' button tool-tip. |
||
Scale |
Identifies the 'Scale' button tool-tip. |
|
SixPages |
Identifies the 'Six Pages' button tool-tip. |
|
ThreePages |
Identifies the 'Three Pages' button tool-tip. |
|
TwoPages |
Identifies the 'Two Pages' button tool-tip. |
|
Zoom |
Identifies the 'Zoom' button tool-tip. |
|
Zoom10 |
Identifies the '10%' menu item text. |
|
Zoom100 |
Identifies the '100%' menu item text. |
|
Zoom150 |
Identifies the '150%' menu item text. |
|
Zoom200 |
Identifies the '200%' menu item text. |
|
Zoom25 |
Identifies the '25%' menu item text. |
|
Zoom50 |
Identifies the '50%' menu item text. |
|
Zoom500 |
Identifies the '500%' menu item text. |
|
Zoom75 |
Identifies the '75%' menu item text. |
|
ZoomAuto |
Identifies the 'Zoom Auto' menu item text. |
Members of this enumeration can be used as keys in the PrintOptions.getCustomPreviewTexts dictionary of the PrintOptions class.