public abstract class PdfDestination extends PdfObjectWrapper<PdfObject>
| Modifier | Constructor and Description |
|---|---|
protected |
PdfDestination(PdfObject pdfObject) |
| Modifier and Type | Method and Description |
|---|---|
abstract PdfObject |
getDestinationPage(IPdfNameTreeAccess names) |
static PdfDestination |
makeDestination(PdfObject pdfObject)
Creates
PdfDestination implementation based on provided PdfObject. |
static PdfDestination |
makeDestination(PdfObject pdfObject,
boolean throwException)
Creates
PdfDestination implementation based on provided PdfObject. |
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, isWrappedObjectMustBeIndirect, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidReleaseprotected PdfDestination(PdfObject pdfObject)
public abstract PdfObject getDestinationPage(IPdfNameTreeAccess names)
public static PdfDestination makeDestination(PdfObject pdfObject)
PdfDestination implementation based on provided PdfObject.pdfObject - PdfObject from which PdfDestination shall be createdPdfDestination implementationpublic static PdfDestination makeDestination(PdfObject pdfObject, boolean throwException)
PdfDestination implementation based on provided PdfObject.pdfObject - PdfObject from which PdfDestination shall be createdthrowException - if true, throws exception in case of invalid parameterPdfDestination implementationCopyright © 1998–2025 Apryse Group NV. All rights reserved.