| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.navigation | |
| com.itextpdf.kernel.pdf.tagging | |
| com.itextpdf.kernel.pdf.tagutils | |
| com.itextpdf.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
static PdfStructureDestination |
PdfStructureDestination.createFit(PdfStructElem elem) |
static PdfStructureDestination |
PdfStructureDestination.createFitB(PdfStructElem elem) |
static PdfStructureDestination |
PdfStructureDestination.createFitBH(PdfStructElem elem,
float top) |
static PdfStructureDestination |
PdfStructureDestination.createFitBV(PdfStructElem elem,
float left) |
static PdfStructureDestination |
PdfStructureDestination.createFitH(PdfStructElem elem,
float top) |
static PdfStructureDestination |
PdfStructureDestination.createFitR(PdfStructElem elem,
float left,
float bottom,
float right,
float top) |
static PdfStructureDestination |
PdfStructureDestination.createFitV(PdfStructElem elem,
float left) |
static PdfStructureDestination |
PdfStructureDestination.createXYZ(PdfStructElem elem,
float left,
float top,
float zoom) |
| Modifier and Type | Field and Description |
|---|---|
protected PdfStructElem |
PdfMcr.parent |
| Modifier and Type | Method and Description |
|---|---|
PdfStructElem |
PdfStructElem.addKid(int index,
PdfStructElem kid) |
PdfStructElem |
PdfStructTreeRoot.addKid(int index,
PdfStructElem structElem) |
PdfStructElem |
PdfStructElem.addKid(PdfStructElem kid) |
PdfStructElem |
PdfStructTreeRoot.addKid(PdfStructElem structElem) |
PdfStructElem |
PdfStructElem.put(PdfName key,
PdfObject value) |
| Modifier and Type | Method and Description |
|---|---|
List<PdfStructElem> |
PdfStructElem.getRefsList()
A
PdfName.Ref identifies the structure element or elements to which the item of content, contained
within this structure element, refers (e.g. |
| Modifier and Type | Method and Description |
|---|---|
PdfStructElem |
PdfStructElem.addKid(int index,
PdfStructElem kid) |
PdfStructElem |
PdfStructTreeRoot.addKid(int index,
PdfStructElem structElem) |
PdfStructElem |
PdfStructElem.addKid(PdfStructElem kid) |
PdfStructElem |
PdfStructTreeRoot.addKid(PdfStructElem structElem) |
void |
PdfStructElem.addRef(PdfStructElem ref)
A
PdfName.Ref identifies the structure element to which the item of content, contained
within this structure element, refers (e.g. |
| Constructor and Description |
|---|
PdfMcr(PdfObject pdfObject,
PdfStructElem parent) |
PdfMcrDictionary(PdfDictionary pdfObject,
PdfStructElem parent) |
PdfMcrDictionary(PdfPage page,
PdfStructElem parent) |
PdfMcrNumber(PdfNumber pdfObject,
PdfStructElem parent) |
PdfMcrNumber(PdfPage page,
PdfStructElem parent) |
PdfObjRef(PdfAnnotation annot,
PdfStructElem parent,
int nextStructParentIndex) |
PdfObjRef(PdfDictionary pdfObject,
PdfStructElem parent) |
| Modifier and Type | Field and Description |
|---|---|
protected PdfStructElem |
TagReference.referencedTag |
| Modifier and Type | Method and Description |
|---|---|
PdfStructElem |
TagStructureContext.getPointerStructElem(TagTreePointer pointer)
Gets
PdfStructElem at which TagTreePointer points. |
| Modifier and Type | Method and Description |
|---|---|
TagTreePointer |
TagStructureContext.createPointerForStructElem(PdfStructElem structElem)
Creates a new
TagTreePointer which points at given PdfStructElem. |
| Constructor and Description |
|---|
TagReference(PdfStructElem referencedTag,
TagTreePointer tagPointer,
int insertIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaggedPdfReaderTool.inspectAttributes(PdfStructElem kid) |
Copyright © 1998–2020 iText Group NV. All rights reserved.