Uses of Class
org.apache.pdfbox.pdmodel.common.filespecification.PDFileSpecification
Packages that use PDFileSpecification
Package
Description
High level PD classes that are used throughout several packages are placed in the PDModel common package.
The file specification package defines classes that are used for the PDF File Specification logic.
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
This package represents actions that can be performed in a PDF document.
The annotation package contains classes that work with PDF annotation elements.
-
Uses of PDFileSpecification in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common that return PDFileSpecificationModifier and TypeMethodDescriptionPDStream.getFile()This will get the file specification for this stream.Methods in org.apache.pdfbox.pdmodel.common with parameters of type PDFileSpecificationModifier and TypeMethodDescriptionvoidPDStream.setFile(PDFileSpecification f) Set the file specification. -
Uses of PDFileSpecification in org.apache.pdfbox.pdmodel.common.filespecification
Subclasses of PDFileSpecification in org.apache.pdfbox.pdmodel.common.filespecificationModifier and TypeClassDescriptionclassThis represents a file specification.classA file specification that is just a string.Methods in org.apache.pdfbox.pdmodel.common.filespecification that return PDFileSpecificationModifier and TypeMethodDescriptionstatic PDFileSpecificationA file specification can either be a COSString or a COSDictionary. -
Uses of PDFileSpecification in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDFileSpecificationModifier and TypeMethodDescriptionFDFDictionary.getFile()The source file or target file: the PDF document file that this FDF file was exported from or is intended to be imported into.FDFNamedPageReference.getFileSpecification()This will get the file specification of this reference.Methods in org.apache.pdfbox.pdmodel.fdf that return types with arguments of type PDFileSpecificationModifier and TypeMethodDescriptionFDFDictionary.getEmbeddedFDFs()This will get the list of embedded FDF entries, or null if the entry is null.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDFileSpecificationModifier and TypeMethodDescriptionvoidFDFDictionary.setFile(PDFileSpecification fs) This will set the file specification.voidFDFNamedPageReference.setFileSpecification(PDFileSpecification fs) This will set the file specification for this named page reference.Method parameters in org.apache.pdfbox.pdmodel.fdf with type arguments of type PDFileSpecificationModifier and TypeMethodDescriptionvoidFDFDictionary.setEmbeddedFDFs(List<PDFileSpecification> embedded) This will set the list of embedded FDFs. -
Uses of PDFileSpecification in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return PDFileSpecificationModifier and TypeMethodDescriptionPDActionEmbeddedGoTo.getFile()This will get the file in which the destination is located.PDActionImportData.getFile()This will get the file in which the destination is located.PDActionLaunch.getFile()This will get the application to be launched or the document to be opened or printed.PDActionRemoteGoTo.getFile()This will get the file in which the destination is located.PDActionSubmitForm.getFile()This will get the file in which the destination is located.PDActionThread.getFile()This will get the file in which the destination is located.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type PDFileSpecificationModifier and TypeMethodDescriptionvoidPDActionEmbeddedGoTo.setFile(PDFileSpecification fs) This will set the file in which the destination is located.voidPDActionImportData.setFile(PDFileSpecification fs) This will set the file in which the destination is located.voidPDActionLaunch.setFile(PDFileSpecification fs) This will set the application to be launched or the document to be opened or printed.voidPDActionRemoteGoTo.setFile(PDFileSpecification fs) This will set the file in which the destination is located.voidPDActionSubmitForm.setFile(PDFileSpecification fs) This will set the file in which the destination is located.voidPDActionThread.setFile(PDFileSpecification fs) This will set the file in which the destination is located. -
Uses of PDFileSpecification in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDFileSpecificationMethods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDFileSpecificationModifier and TypeMethodDescriptionvoidPDAnnotationFileAttachment.setFile(PDFileSpecification file) Set the attached file.