Class TableRowTreeItem
java.lang.Object
com.itextpdf.pdfocr.structuretree.LogicalStructureTreeItem
com.itextpdf.pdfocr.structuretree.TableRowTreeItem
A convenience class to associate certain text items with the table row structure item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddCell
(TableCellTreeItem cellItem) Add a new table cell structure tree item to the table row.Methods inherited from class com.itextpdf.pdfocr.structuretree.LogicalStructureTreeItem
addChild, getAccessibilityProperties, getChildren, getParent, removeChild, setAccessibilityProperties
-
Constructor Details
-
TableRowTreeItem
public TableRowTreeItem()Instantiate a newTableRowTreeItem
instance.
-
-
Method Details
-
addCell
Add a new table cell structure tree item to the table row.- Parameters:
-
cellItem
- table cell structure tree item to be added. - Returns:
-
this
TableRowTreeItem
instance.
-