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 |
Modifier and Type | Method and Description |
---|---|
IStructureNode |
IStructureNode.getParent() |
IStructureNode |
PdfMcr.getParent() |
IStructureNode |
PdfStructElem.getParent() |
IStructureNode |
PdfStructTreeRoot.getParent() |
IStructureNode |
PdfStructElem.removeKid(int index) |
IStructureNode |
PdfStructElem.removeKid(int index, boolean prepareForReAdding) |
Modifier and Type | Method and Description |
---|---|
List<IStructureNode> |
IStructureNode.getKids() |
List<IStructureNode> |
PdfMcr.getKids() |
List<IStructureNode> |
PdfStructElem.getKids()
Gets list of the direct kids of structure element.
|
List<IStructureNode> |
PdfStructTreeRoot.getKids()
Gets list of the direct kids of StructTreeRoot.
|
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–2020 iText Group NV. All rights reserved.