Class TableCellTreeItem
java.lang.Object
com.itextpdf.pdfocr.structuretree.LogicalStructureTreeItem
com.itextpdf.pdfocr.structuretree.TableCellTreeItem
A convenience class to associate certain text items with the table cell structure item.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.itextpdf.pdfocr.structuretree.LogicalStructureTreeItem
addChild, getAccessibilityProperties, getChildren, getParent, removeChild, setAccessibilityProperties
-
Constructor Details
-
TableCellTreeItem
public TableCellTreeItem()Instantiate a newTableCellTreeItem
instance.
-