Uses of Class
org.apache.pdfbox.pdmodel.common.filespecification.PDFileSpecification
-
Packages that use PDFileSpecification Package Description org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.common.filespecification The file specification package defines classes that are used for the PDF File Specification logic.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.interactive.action.type This package contains all of the available PDF action types.org.apache.pdfbox.pdmodel.interactive.annotation 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 PDFileSpecification Modifier and Type Method Description PDFileSpecificationPDMemoryStream. getFile()This will get the file specification for this stream.PDFileSpecificationPDStream. getFile()This will get the file specification for this stream.Methods in org.apache.pdfbox.pdmodel.common with parameters of type PDFileSpecification Modifier and Type Method Description voidPDMemoryStream. setFile(PDFileSpecification f)Set the file specification.voidPDStream. 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.filespecification Modifier and Type Class Description classPDComplexFileSpecificationThis represents a file specification.classPDSimpleFileSpecificationA file specification that is just a string.Methods in org.apache.pdfbox.pdmodel.common.filespecification that return PDFileSpecification Modifier and Type Method Description static PDFileSpecificationPDFileSpecification. createFS(COSBase base)A file specfication 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 PDFileSpecification Modifier and Type Method Description PDFileSpecificationFDFDictionary. 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.PDFileSpecificationFDFNamedPageReference. getFileSpecification()This will get the file specification of this reference.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDFileSpecification Modifier and Type Method Description voidFDFDictionary. setFile(PDFileSpecification fs)This will set the file specification.voidFDFNamedPageReference. setFileSpecification(PDFileSpecification fs)This will set the file specification for this named page reference. -
Uses of PDFileSpecification in org.apache.pdfbox.pdmodel.interactive.action.type
Methods in org.apache.pdfbox.pdmodel.interactive.action.type that return PDFileSpecification Modifier and Type Method Description PDFileSpecificationPDActionLaunch. getFile()This will get the application to be launched or the document to be opened or printed.PDFileSpecificationPDActionRemoteGoTo. getFile()This will get the file in which the destination is located.Methods in org.apache.pdfbox.pdmodel.interactive.action.type with parameters of type PDFileSpecification Modifier and Type Method Description 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. -
Uses of PDFileSpecification in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDFileSpecification Modifier and Type Method Description PDFileSpecificationPDAnnotationFileAttachment. getFile()Return the attached file.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDFileSpecification Modifier and Type Method Description voidPDAnnotationFileAttachment. setFile(PDFileSpecification file)Set the attached file.
-