Lines Matching refs:myPageFormat

39 PageFormat myPageFormat;  field in ValidatePage
53 myWidthLabel.setText ("Format Width = " + drnd(myPageFormat.getWidth())); in displayPageFormatAttributes()
54 myHeightLabel.setText ("Format Height = " + drnd(myPageFormat.getHeight())); in displayPageFormatAttributes()
56 ("Format Left Margin = " + drnd(myPageFormat.getImageableX())); in displayPageFormatAttributes()
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
61 ("Format ImageableWidth = " + drnd(myPageFormat.getImageableWidth())); in displayPageFormatAttributes()
63 ("Format Top Margin = " + drnd(myPageFormat.getImageableY())); in displayPageFormatAttributes()
65 ("Format Bottom Margin = " + drnd(myPageFormat.getHeight() - in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
68 ("Format ImageableHeight = " + drnd(myPageFormat.getImageableHeight())); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
161 myPageFormat = myPrinterJob.defaultPage(); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
179 myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
214 myPageFormat.setPaper(p); in ValidatePage()