| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.tagging | |
| com.itextpdf.kernel.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfMcr
Represents Marked Content Reference (MCR) object wrapper.
|
class |
PdfMcrDictionary |
class |
PdfMcrNumber |
class |
PdfObjRef |
class |
PdfStructElem
A wrapper for structure element dictionaries (ISO-32000 14.7.2 "Structure Hierarchy").
|
class |
PdfStructTreeRoot
Represents a wrapper-class for structure tree root dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
IStructureNode |
PdfStructTreeRoot.getParent() |
IStructureNode |
PdfMcr.getParent() |
IStructureNode |
IStructureNode.getParent() |
IStructureNode |
PdfStructElem.getParent() |
IStructureNode |
PdfStructElem.removeKid(int index) |
IStructureNode |
PdfStructElem.removeKid(int index, boolean prepareForReAdding) |
| Modifier and Type | Method and Description |
|---|---|
List<IStructureNode> |
PdfStructTreeRoot.getKids()
Gets list of the direct kids of StructTreeRoot.
|
List<IStructureNode> |
PdfMcr.getKids() |
List<IStructureNode> |
IStructureNode.getKids() |
List<IStructureNode> |
PdfStructElem.getKids()
Gets list of the direct kids of structure element.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PdfStructElem.removeKid(IStructureNode kid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaggedPdfReaderTool.inspectKid(IStructureNode kid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaggedPdfReaderTool.inspectKids(List<IStructureNode> kids) |
Copyright © 1998–2023 iText Group NV. All rights reserved.