* <P>
* Paper size constants have been added for the ones I have access
* to. They follow as:<br>
+ * public static final short PRINTER_DEFAULT_PAPERSIZE = 0;<br>
* public static final short LETTER_PAPERSIZE = 1;<br>
* public static final short LEGAL_PAPERSIZE = 5;<br>
* public static final short EXECUTIVE_PAPERSIZE = 7;<br>
package org.apache.poi.ss.usermodel;
public interface PrintSetup {
+ /** Whatever the printer's default paper size is */
+ public static final short PRINTER_DEFAULT_PAPERSIZE = 0;
/** US Letter 8 1/2 x 11 in */
public static final short LETTER_PAPERSIZE = 1;
/** US Letter Small 8 1/2 x 11 in */