Class XlsxExtractor.XlsxPageSetupExtractor

  • Enclosing class:
    XlsxExtractor

    public static class XlsxExtractor.XlsxPageSetupExtractor
    extends Object
    • Field Detail

      • LETTER_PAPERSIZE

        public static final short LETTER_PAPERSIZE
        US Letter 8 1/2 x 11 in
        See Also:
        Constant Field Values
      • LETTER_SMALL_PAGESIZE

        public static final short LETTER_SMALL_PAGESIZE
        US Letter Small 8 1/2 x 11 in
        See Also:
        Constant Field Values
      • TABLOID_PAPERSIZE

        public static final short TABLOID_PAPERSIZE
        US Tabloid 11 x 17 in
        See Also:
        Constant Field Values
      • LEDGER_PAPERSIZE

        public static final short LEDGER_PAPERSIZE
        US Ledger 17 x 11 in
        See Also:
        Constant Field Values
      • LEGAL_PAPERSIZE

        public static final short LEGAL_PAPERSIZE
        US Legal 8 1/2 x 14 in
        See Also:
        Constant Field Values
      • STATEMENT_PAPERSIZE

        public static final short STATEMENT_PAPERSIZE
        US Statement 5 1/2 x 8 1/2 in
        See Also:
        Constant Field Values
      • EXECUTIVE_PAPERSIZE

        public static final short EXECUTIVE_PAPERSIZE
        US Executive 7 1/4 x 10 1/2 in
        See Also:
        Constant Field Values
      • A4_SMALL_PAPERSIZE

        public static final short A4_SMALL_PAPERSIZE
        A4 Small - 210x297 mm
        See Also:
        Constant Field Values
      • B4_PAPERSIZE

        public static final short B4_PAPERSIZE
        B4 (JIS) 250x354 mm
        See Also:
        Constant Field Values
      • B5_PAPERSIZE

        public static final short B5_PAPERSIZE
        B5 (JIS) 182x257 mm
        See Also:
        Constant Field Values
      • FOLIO8_PAPERSIZE

        public static final short FOLIO8_PAPERSIZE
        Folio 8 1/2 x 13 in
        See Also:
        Constant Field Values
      • QUARTO_PAPERSIZE

        public static final short QUARTO_PAPERSIZE
        Quarto 215x275 mm
        See Also:
        Constant Field Values
      • TEN_BY_FOURTEEN_PAPERSIZE

        public static final short TEN_BY_FOURTEEN_PAPERSIZE
        10 x 14 in
        See Also:
        Constant Field Values
      • ELEVEN_BY_SEVENTEEN_PAPERSIZE

        public static final short ELEVEN_BY_SEVENTEEN_PAPERSIZE
        11 x 17 in
        See Also:
        Constant Field Values
      • NOTE8_PAPERSIZE

        public static final short NOTE8_PAPERSIZE
        US Note 8 1/2 x 11 in
        See Also:
        Constant Field Values
      • ENVELOPE_9_PAPERSIZE

        public static final short ENVELOPE_9_PAPERSIZE
        US Envelope #9 3 7/8 x 8 7/8
        See Also:
        Constant Field Values
      • ENVELOPE_10_PAPERSIZE

        public static final short ENVELOPE_10_PAPERSIZE
        US Envelope #10 4 1/8 x 9 1/2
        See Also:
        Constant Field Values
      • ENVELOPE_DL_PAPERSIZE

        public static final short ENVELOPE_DL_PAPERSIZE
        Envelope DL 110x220 mm
        See Also:
        Constant Field Values
      • ENVELOPE_CS_PAPERSIZE

        public static final short ENVELOPE_CS_PAPERSIZE
        Envelope C5 162x229 mm
        See Also:
        Constant Field Values
      • ENVELOPE_C3_PAPERSIZE

        public static final short ENVELOPE_C3_PAPERSIZE
        Envelope C3 324x458 mm
        See Also:
        Constant Field Values
      • ENVELOPE_C4_PAPERSIZE

        public static final short ENVELOPE_C4_PAPERSIZE
        Envelope C4 229x324 mm
        See Also:
        Constant Field Values
      • ENVELOPE_C6_PAPERSIZE

        public static final short ENVELOPE_C6_PAPERSIZE
        Envelope C6 114x162 mm
        See Also:
        Constant Field Values
      • ENVELOPE_MONARCH_PAPERSIZE

        public static final short ENVELOPE_MONARCH_PAPERSIZE
        See Also:
        Constant Field Values
      • A4_EXTRA_PAPERSIZE

        public static final short A4_EXTRA_PAPERSIZE
        A4 Extra - 9.27 x 12.69 in
        See Also:
        Constant Field Values
      • A4_TRANSVERSE_PAPERSIZE

        public static final short A4_TRANSVERSE_PAPERSIZE
        A4 Transverse - 210x297 mm
        See Also:
        Constant Field Values
      • A4_PLUS_PAPERSIZE

        public static final short A4_PLUS_PAPERSIZE
        A4 Plus - 210x330 mm
        See Also:
        Constant Field Values
      • LETTER_ROTATED_PAPERSIZE

        public static final short LETTER_ROTATED_PAPERSIZE
        US Letter Rotated 11 x 8 1/2 in
        See Also:
        Constant Field Values
      • A4_ROTATED_PAPERSIZE

        public static final short A4_ROTATED_PAPERSIZE
        A4 Rotated - 297x210 mm
        See Also:
        Constant Field Values
    • Constructor Detail

      • XlsxPageSetupExtractor

        public XlsxPageSetupExtractor​(Map jsonMap)
    • Method Detail

      • isBlackAndWhite

        public boolean isBlackAndWhite()
      • getCellComments

        public int getCellComments()
      • getCopies

        public Number getCopies()
      • isDraft

        public boolean isDraft()
      • getErrors

        public int getErrors()
      • getFirstPageNumber

        public int getFirstPageNumber()
      • getFitToHeight

        public int getFitToHeight()
      • getFitToWidth

        public int getFitToWidth()
      • getHorizontalDpi

        public int getHorizontalDpi()
      • getOrientation

        public String getOrientation()
      • getPageOrder

        public String getPageOrder()
      • getScale

        public int getScale()
      • isUseFirstPageNumber

        public boolean isUseFirstPageNumber()
      • isUsePrinterDefaults

        public boolean isUsePrinterDefaults()
      • getVerticalDpi

        public Number getVerticalDpi()