| Package | Description |
|---|---|
| com.itextpdf.pdfocr | |
| com.itextpdf.pdfocr.structuretree |
| Modifier and Type | Method and Description |
|---|---|
LogicalStructureTreeItem |
TextInfo.getLogicalStructureTreeItem()
Retrieves structure tree item for the text item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextInfo.setLogicalStructureTreeItem(LogicalStructureTreeItem logicalStructureTreeItem)
Sets logical structure tree parent item for the text info.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactItem
This class represents artifact structure tree item.
|
class |
ParagraphTreeItem
A convenience class to associate certain text items with the paragraph structure item.
|
class |
SpanTreeItem
A convenience class to associate certain text items with the span structure item.
|
class |
TableCellTreeItem
A convenience class to associate certain text items with the table cell structure item.
|
class |
TableRowTreeItem
A convenience class to associate certain text items with the table row structure item.
|
class |
TableTreeItem
A convenience class to associate certain text items with the table structure item.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalStructureTreeItem |
LogicalStructureTreeItem.addChild(LogicalStructureTreeItem child)
Add child structure tree item.
|
LogicalStructureTreeItem |
LogicalStructureTreeItem.getParent()
Retrieve parent structure tree item.
|
LogicalStructureTreeItem |
LogicalStructureTreeItem.setAccessibilityProperties(com.itextpdf.kernel.pdf.tagutils.AccessibilityProperties accessibilityProperties)
Set structure tree element's properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogicalStructureTreeItem> |
LogicalStructureTreeItem.getChildren()
Retrieve all child structure tree items.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalStructureTreeItem |
LogicalStructureTreeItem.addChild(LogicalStructureTreeItem child)
Add child structure tree item.
|
boolean |
LogicalStructureTreeItem.removeChild(LogicalStructureTreeItem child)
Remove child structure tree item.
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.