public class PdfEncryptedPayload extends PdfObjectWrapper<PdfDictionary>
Constructor and Description |
---|
PdfEncryptedPayload(String subtype) |
Modifier and Type | Method and Description |
---|---|
static PdfEncryptedPayload |
extractFrom(PdfFileSpec fileSpec) |
PdfName |
getSubtype() |
PdfName |
getVersion() |
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the resultant document.
|
PdfEncryptedPayload |
setSubtype(PdfName subtype) |
PdfEncryptedPayload |
setSubtype(String subtype) |
PdfEncryptedPayload |
setVersion(PdfName version) |
PdfEncryptedPayload |
setVersion(String version) |
static PdfEncryptedPayload |
wrap(PdfDictionary dictionary) |
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfEncryptedPayload(String subtype)
public static PdfEncryptedPayload extractFrom(PdfFileSpec fileSpec)
public static PdfEncryptedPayload wrap(PdfDictionary dictionary)
public PdfName getSubtype()
public PdfEncryptedPayload setSubtype(String subtype)
public PdfEncryptedPayload setSubtype(PdfName subtype)
public PdfName getVersion()
public PdfEncryptedPayload setVersion(String version)
public PdfEncryptedPayload setVersion(PdfName version)
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfDictionary>
Copyright © 1998–2023 iText Group NV. All rights reserved.