19811982198319841985198619871988198919901991
} private final void setSheetSettings(WritableSheet sheet) { PageOrientation po; PaperSize ps; if (jasperPrint.getOrientationValue() == OrientationEnum.PORTRAIT) { po = PageOrientation.PORTRAIT; }
20852086208720882089209020912092209320942095
{ return null; } long width = 0; long height = 0; PaperSize ps = null; if ((jasP.getPageWidth() != 0) && (jasP.getPageHeight() != 0)) { double dWidth = (jasP.getPageWidth() / 72.0);