Class TableTreeItem

java.lang.Object
com.itextpdf.pdfocr.structuretree.LogicalStructureTreeItem
com.itextpdf.pdfocr.structuretree.TableTreeItem

public class TableTreeItem extends LogicalStructureTreeItem
A convenience class to associate certain text items with the table structure item.
  • Constructor Details

    • TableTreeItem

      public TableTreeItem()
      Instantiate a new TableTreeItem instance.
  • Method Details

    • addRow

      public TableTreeItem addRow (TableRowTreeItem rowItem)
      Add a new row structure tree item to the table.
      Parameters:
      rowItem - row structure tree item to be added.
      Returns:
      this TableTreeItem instance.