public class PdfStructureDestination extends PdfDestination
Constructor and Description |
---|
PdfStructureDestination(PdfArray structureDestination) |
Modifier and Type | Method and Description |
---|---|
static PdfStructureDestination |
createFit(PdfStructElem elem) |
static PdfStructureDestination |
createFitB(PdfStructElem elem) |
static PdfStructureDestination |
createFitBH(PdfStructElem elem, float top) |
static PdfStructureDestination |
createFitBV(PdfStructElem elem, float left) |
static PdfStructureDestination |
createFitH(PdfStructElem elem, float top) |
static PdfStructureDestination |
createFitR(PdfStructElem elem, float left, float bottom, float right, float top) |
static PdfStructureDestination |
createFitV(PdfStructElem elem, float left) |
static PdfStructureDestination |
createXYZ(PdfStructElem elem, float left, float top, float zoom) |
PdfObject |
getDestinationPage(Map<String,PdfObject> names) |
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the resultant document.
|
makeDestination
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfStructureDestination(PdfArray structureDestination)
public static PdfStructureDestination createXYZ(PdfStructElem elem, float left, float top, float zoom)
public static PdfStructureDestination createFit(PdfStructElem elem)
public static PdfStructureDestination createFitH(PdfStructElem elem, float top)
public static PdfStructureDestination createFitV(PdfStructElem elem, float left)
public static PdfStructureDestination createFitR(PdfStructElem elem, float left, float bottom, float right, float top)
public static PdfStructureDestination createFitB(PdfStructElem elem)
public static PdfStructureDestination createFitBH(PdfStructElem elem, float top)
public static PdfStructureDestination createFitBV(PdfStructElem elem, float left)
public PdfObject getDestinationPage(Map<String,PdfObject> names)
getDestinationPage
in class PdfDestination
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfObject>
Copyright © 1998–2023 iText Group NV. All rights reserved.