Details
Description
A user on the forms requested a way to change the ShrinkToPrintableArea on SwingController.print(..) which seemed like a reasonable request. Currently ShrinkToPrintableArea is hard coded to true, requiring a rebuild of the viewer jar to change its value.
The shrinkToPrinableArea can be set at any time before a print with the following code.
...
SwingController controller = new SwingController();
controller.getViewModel().setShrinkToPrintableArea(false);
The shrinkToPrinableArea can be set at any time before a print with the following code.
...
SwingController controller = new SwingController();
controller.getViewModel().setShrinkToPrintableArea(false);
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 4.2 [ 10243 ] | |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |