| 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
To be able to be wrapped with this
PdfObjectWrapper the PdfObject
must be indirect. |
class |
PdfStructTreeRoot
To be able to be wrapped with this
PdfObjectWrapper the PdfObject
must be indirect. |
| Modifier and Type | Method and Description |
|---|---|
IPdfStructElem |
PdfStructTreeRoot.getParent() |
IPdfStructElem |
PdfStructElem.getParent() |
IPdfStructElem |
PdfMcr.getParent() |
IPdfStructElem |
IPdfStructElem.getParent() |
IPdfStructElem |
PdfStructElem.removeKid(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<IPdfStructElem> |
PdfStructTreeRoot.getKids()
Gets list of the direct kids of StructTreeRoot.
|
List<IPdfStructElem> |
PdfStructElem.getKids()
Gets list of the direct kids of structure element.
|
List<IPdfStructElem> |
PdfMcr.getKids() |
List<IPdfStructElem> |
IPdfStructElem.getKids() |
| Modifier and Type | Method and Description |
|---|---|
int |
PdfStructElem.removeKid(IPdfStructElem kid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaggedPdfReaderTool.inspectKid(IPdfStructElem kid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaggedPdfReaderTool.inspectKids(List<IPdfStructElem> kids) |
Copyright © 1998–2016 iText Group NV. All rights reserved.