| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjxl.format.PaperSize
Enumeration type which contains the available excel paper sizes and their codes
| Field Summary | |
static PaperSize | 
A3
A3  | 
static PaperSize | 
A4
A4  | 
static PaperSize | 
A4_SMALL
Small A4  | 
static PaperSize | 
A5
A5  | 
static PaperSize | 
LEGAL
US Legal  | 
static PaperSize | 
LETTER
US Letter  | 
| Method Summary | |
static PaperSize | 
getPaperSize(int val)
Gets the paper size for a specific value  | 
 int | 
getValue()
Accessor for the internal binary value association with this paper size  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static PaperSize A3
public static PaperSize A4
public static PaperSize A4_SMALL
public static PaperSize A5
public static PaperSize LEGAL
public static PaperSize LETTER
| Method Detail | 
public static PaperSize getPaperSize(int val)
val - the value
public int getValue()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||