Uses of Class
com.itextpdf.pdfocr.structuretree.LogicalStructureTreeItem
Packages that use LogicalStructureTreeItem
-
Uses of LogicalStructureTreeItem in com.itextpdf.pdfocr
Methods in com.itextpdf.pdfocr that return LogicalStructureTreeItemModifier and TypeMethodDescriptionTextInfo.getLogicalStructureTreeItem()Retrieves structure tree item for the text item.Methods in com.itextpdf.pdfocr with parameters of type LogicalStructureTreeItemModifier and TypeMethodDescriptionvoidTextInfo.setLogicalStructureTreeItem(LogicalStructureTreeItem logicalStructureTreeItem) Sets logical structure tree parent item for the text info. -
Uses of LogicalStructureTreeItem in com.itextpdf.pdfocr.structuretree
Subclasses of LogicalStructureTreeItem in com.itextpdf.pdfocr.structuretreeModifier and TypeClassDescriptionfinal classThis class represents artifact structure tree item.classA convenience class to associate certain text items with the paragraph structure item.classA convenience class to associate certain text items with the span structure item.classA convenience class to associate certain text items with the table cell structure item.classA convenience class to associate certain text items with the table row structure item.classA convenience class to associate certain text items with the table structure item.Methods in com.itextpdf.pdfocr.structuretree that return LogicalStructureTreeItemModifier and TypeMethodDescriptionLogicalStructureTreeItem.addChild(LogicalStructureTreeItem child) Add child structure tree item.LogicalStructureTreeItem.getParent()Retrieve parent structure tree item.LogicalStructureTreeItem.setAccessibilityProperties(com.itextpdf.kernel.pdf.tagutils.AccessibilityProperties accessibilityProperties) Set structure tree element's properties.Methods in com.itextpdf.pdfocr.structuretree that return types with arguments of type LogicalStructureTreeItemModifier and TypeMethodDescriptionLogicalStructureTreeItem.getChildren()Retrieve all child structure tree items.Methods in com.itextpdf.pdfocr.structuretree with parameters of type LogicalStructureTreeItemModifier and TypeMethodDescriptionLogicalStructureTreeItem.addChild(LogicalStructureTreeItem child) Add child structure tree item.booleanLogicalStructureTreeItem.removeChild(LogicalStructureTreeItem child) Remove child structure tree item.