Searched refs:getPaperWidth (Results 1 – 4 of 4) sorted by relevance
127 public float getPaperWidth() { in getPaperWidth() method in HomePrint
517 paper.setSize(homePrint.getPaperWidth(), homePrint.getPaperHeight()); in getPageFormat()519 … homePrint.getPaperWidth() - homePrint.getPaperLeftMargin() - homePrint.getPaperRightMargin(), in getPageFormat()
273 assertEquals("Wrong paper width", (float)pageFormat.getWidth(), homePrint.getPaperWidth()); in assertHomePrintEqualPrintAttributes()
254 writer.writeFloatAttribute("paperWidth", print.getPaperWidth()); in writePrint()