Uses of Class
org.sejda.sambox.pdmodel.common.filespecification.PDEmbeddedFile
Packages that use PDEmbeddedFile
-
Uses of PDEmbeddedFile in org.sejda.sambox.pdmodel.common.filespecification
Methods in org.sejda.sambox.pdmodel.common.filespecification that return PDEmbeddedFileModifier and TypeMethodDescriptionPDComplexFileSpecification.getBestEmbeddedFile()PDComplexFileSpecification.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.sejda.sambox.pdmodel.common.filespecification with parameters of type PDEmbeddedFileModifier and TypeMethodDescriptionvoidPDComplexFileSpecification.setEmbeddedFile(PDEmbeddedFile file) Set the embedded file for this spec.voidPDComplexFileSpecification.setEmbeddedFileDos(PDEmbeddedFile file) Deprecated.This method is obsolescent and should not be used by conforming writers.voidPDComplexFileSpecification.setEmbeddedFileMac(PDEmbeddedFile file) Deprecated.This method is obsolescent and should not be used by conforming writers.voidPDComplexFileSpecification.setEmbeddedFileUnicode(PDEmbeddedFile file) Set the embedded Unicode file for this spec.voidPDComplexFileSpecification.setEmbeddedFileUnix(PDEmbeddedFile file) Deprecated.This method is obsolescent and should not be used by conforming writers.