Uses of Class
org.apache.pdfbox.pdmodel.common.filespecification.PDEmbeddedFile
Packages that use PDEmbeddedFile
Package
Description
The file specification package defines classes that are used for the PDF File Specification logic.
-
Uses of PDEmbeddedFile in org.apache.pdfbox.pdmodel.common.filespecification
Methods in org.apache.pdfbox.pdmodel.common.filespecification that return PDEmbeddedFileModifier and TypeMethodDescriptionPDComplexFileSpecification.getEmbeddedFile()
Get the embedded file.PDComplexFileSpecification.getEmbeddedFileDos()
Get the embedded dos file.PDComplexFileSpecification.getEmbeddedFileMac()
Get the embedded Mac file.PDComplexFileSpecification.getEmbeddedFileUnicode()
Get the embedded unicode file.PDComplexFileSpecification.getEmbeddedFileUnix()
Get the embedded Unix file.Methods in org.apache.pdfbox.pdmodel.common.filespecification with parameters of type PDEmbeddedFileModifier and TypeMethodDescriptionvoid
PDComplexFileSpecification.setEmbeddedFile
(PDEmbeddedFile file) Set the embedded file for this spec.void
PDComplexFileSpecification.setEmbeddedFileDos
(PDEmbeddedFile file) Deprecated.This method is obsolescent and should not be used by conforming writers.void
PDComplexFileSpecification.setEmbeddedFileMac
(PDEmbeddedFile file) Deprecated.This method is obsolescent and should not be used by conforming writers.void
PDComplexFileSpecification.setEmbeddedFileUnicode
(PDEmbeddedFile file) Set the embedded Unicode file for this spec.void
PDComplexFileSpecification.setEmbeddedFileUnix
(PDEmbeddedFile file) Deprecated.This method is obsolescent and should not be used by conforming writers.