Class ParagraphRowStrategy

    • Constructor Detail

      • ParagraphRowStrategy

        public ParagraphRowStrategy​(ConversionStrategy<org.apache.poi.ss.usermodel.Cell> cellStrategy)
    • Method Detail

      • process

        public void process​(org.apache.poi.ss.usermodel.Row r,
                            HTMLBuilder result)
      • processCell

        protected boolean processCell​(HTMLBuilder result,
                                      org.apache.poi.ss.usermodel.Cell cell,
                                      boolean firstCell)
      • appendInterCellElements

        protected void appendInterCellElements​(HTMLBuilder result)
      • cellHasData

        protected boolean cellHasData​(org.apache.poi.ss.usermodel.Cell in)
      • rowNeedsParagraph

        protected boolean rowNeedsParagraph​(org.apache.poi.ss.usermodel.Row r)