Uses of Class
org.apache.poi.ss.usermodel.PaperSize

Packages that use PaperSize
org.apache.poi.ss.usermodel   
 

Uses of PaperSize in org.apache.poi.ss.usermodel
 

Fields in org.apache.poi.ss.usermodel declared as PaperSize
static PaperSize PaperSize.A3_PAPER
           
static PaperSize PaperSize.A4_PAPER
           
static PaperSize PaperSize.A4_SMALL_PAPER
           
static PaperSize PaperSize.A5_PAPER
           
static PaperSize PaperSize.B4_PAPER
           
static PaperSize PaperSize.B5_PAPER
           
static PaperSize PaperSize.EXECUTIVE_PAPER
           
static PaperSize PaperSize.FOLIO_PAPER
           
static PaperSize PaperSize.LEDGER_PAPER
           
static PaperSize PaperSize.LEGAL_PAPER
           
static PaperSize PaperSize.LETTER_PAPER
           
static PaperSize PaperSize.LETTER_SMALL_PAPER
           
static PaperSize PaperSize.QUARTO_PAPER
           
static PaperSize PaperSize.STANDARD_PAPER_10_14
           
static PaperSize PaperSize.STANDARD_PAPER_11_17
           
static PaperSize PaperSize.STATEMENT_PAPER
           
static PaperSize PaperSize.TABLOID_PAPER
           
 

Methods in org.apache.poi.ss.usermodel that return PaperSize
static PaperSize[] PaperSize.values()