Serialized Form

  • Package io.keikai.model.impl.html

    • Class io.keikai.model.impl.html.HtmlExporter

      class HtmlExporter extends Object implements Serializable
      serialVersionUID:
      -6528106240649515421L
      • Serialized Fields

        • _chart
          org.zkoss.zul.Chart _chart
        • _outcol1
          int _outcol1
        • _outcol2
          int _outcol2
        • _outrow1
          int _outrow1
        • _outrow2
          int _outrow2
        • _refSheetName
          String _refSheetName
        • bottomMargin
          float bottomMargin
        • colBreaks
          int[] colBreaks
        • columnLeft
          float[] columnLeft
        • currentSheetIndex
          int currentSheetIndex
        • endColumn
          int endColumn
        • endRow
          int endRow
        • firstColumn
          int firstColumn
        • footerMargin
          float footerMargin
        • headerFooterTotalWidth
          float headerFooterTotalWidth
        • headerMargin
          float headerMargin
        • lastPageRowColumnBounds
          Map<String,Integer> lastPageRowColumnBounds
        • leftMargin
          float leftMargin
        • pageCount
          int pageCount
        • pageNumber
          int pageNumber
        • pictures
          List<io.keikai.model.SPicture> pictures
        • printGridLines
          boolean printGridLines
        • printHeadings
          boolean printHeadings
        • rightMargin
          float rightMargin
        • rowBreaks
          int[] rowBreaks
        • rowTop
          float[] rowTop
        • sheetsWithRepeatingRowsAndColumns
          Map<Integer,Map<String,int[]>> sheetsWithRepeatingRowsAndColumns
        • topMargin
          float topMargin
        • totalAvailablePageHeight
          float totalAvailablePageHeight
        • totalAvailablePageWidth
          float totalAvailablePageWidth
        • wb
          io.keikai.model.SBook wb
    • Class io.keikai.model.impl.html.ToHtml

      class ToHtml extends Object implements Serializable
      serialVersionUID:
      4118266926051968245L
      • Serialized Fields

        • area
          io.keikai.model.CellRegion area
        • completeHTML
          boolean completeHTML
        • endColumn
          int endColumn
        • exportOneSheet
          boolean exportOneSheet
        • exportOneSheetName
          String exportOneSheetName
        • exportSelectionArea
          boolean exportSelectionArea
        • firstColumn
          int firstColumn
        • out
          Formatter out
        • output
          OutputStream output
        • printHeader
          boolean printHeader
        • styleTable
          Map<io.keikai.model.SCellStyle,Integer> styleTable
        • wb
          io.keikai.model.SBook wb