Class ParagraphsAndTablesRowStrategy

  • All Implemented Interfaces:
    ConversionStrategy<org.apache.poi.ss.usermodel.Row>

    public class ParagraphsAndTablesRowStrategy
    extends ParagraphRowStrategy
    This class takes notice of when cells are parts of tables, and calls the table strategy for those that are. That is, it allows us to decide between 'table' and 'not table' cells.
    • Constructor Detail

      • ParagraphsAndTablesRowStrategy

        public ParagraphsAndTablesRowStrategy​(ConversionStrategy<org.apache.poi.ss.usermodel.Cell> cellStrategy,
                                              ConversionStrategy<org.apache.poi.xssf.usermodel.XSSFTable> tableStrategy)