Interface CellVisitor<T,R,E extends Exception>

All Known Implementing Classes:
HtmlExporter.TableVisitor, Tabulator.CollapseCheck, Tabulator.ParentCheck, Tabulator.ParentDrop, Tabulator.SpanCheck, Tabulator.SpanRangeCheck, Tabulator.TableCellCreator

public interface CellVisitor<T,R,E extends Exception>
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Method Details

    • visit

      R visit(ElementCell cell, T arg) throws E
      Throws:
      E
    • visit

      R visit(SplitCell cell, T arg) throws E
      Throws:
      E
    • visit

      R visit(FrameCell frameCell, T arg) throws E
      Throws:
      E
    • visit

      R visit(LayeredCell layeredCell, T arg) throws E
      Throws:
      E
    • visit

      R visit(NestedTableCell layeredCell, T arg) throws E
      Throws:
      E