Uses of Interface
org.sejda.sambox.pdmodel.common.filespecification.PDFileSpecification
Packages that use PDFileSpecification
Package
Description
-
Uses of PDFileSpecification in org.sejda.sambox.pdmodel.common
Methods in org.sejda.sambox.pdmodel.common that return PDFileSpecificationModifier and TypeMethodDescriptionPDStream.getFile()This will get the file specification for this stream.Methods in org.sejda.sambox.pdmodel.common with parameters of type PDFileSpecificationModifier and TypeMethodDescriptionvoidPDStream.setFile(PDFileSpecification f) Set the file specification. -
Uses of PDFileSpecification in org.sejda.sambox.pdmodel.common.filespecification
Classes in org.sejda.sambox.pdmodel.common.filespecification that implement PDFileSpecificationModifier and TypeClassDescriptionclassThis represents a file specification.classA file specification that is just a string.Methods in org.sejda.sambox.pdmodel.common.filespecification that return PDFileSpecificationModifier and TypeMethodDescriptionstatic PDFileSpecificationA file specfication can either be a COSString or a COSDictionary.static PDFileSpecificationFileSpecifications.fileSpecificationFor(COSBase base) Factory method for a a file specification that can be either a COSString or a COSDictionary. -
Uses of PDFileSpecification in org.sejda.sambox.pdmodel.interactive.action
Methods in org.sejda.sambox.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.sejda.sambox.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.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.pdmodel.interactive.annotation that return PDFileSpecificationMethods in org.sejda.sambox.pdmodel.interactive.annotation with parameters of type PDFileSpecificationModifier and TypeMethodDescriptionvoidPDAnnotationFileAttachment.setFile(PDFileSpecification file) Set the attached file.