Uses of Class
com.aowagie.text.pdf.PdfFileSpecification
Packages that use PdfFileSpecification
-
Uses of PdfFileSpecification in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfFileSpecificationModifier and TypeMethodDescriptionstatic PdfFileSpecification
PdfFileSpecification.fileEmbedded
(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore) Creates a file specification with the file embedded.private static PdfFileSpecification
PdfFileSpecification.fileEmbedded
(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, int compressionLevel) Creates a file specification with the file embedded.private static PdfFileSpecification
PdfFileSpecification.fileEmbedded
(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, String mimeType, PdfDictionary fileParameter, int compressionLevel) Creates a file specification with the file embedded.static PdfFileSpecification
PdfFileSpecification.fileExtern
(PdfWriter writer, String filePath) Creates a file specification for an external file.Methods in com.aowagie.text.pdf with parameters of type PdfFileSpecificationModifier and TypeMethodDescription(package private) void
PdfDocument.addFileAttachment
(String description, PdfFileSpecification fs) private void
PdfStamper.addFileAttachment
(String description, PdfFileSpecification fs) Adds a file attachment at the document level.(package private) void
PdfWriter.addFileAttachment
(String description, PdfFileSpecification fs) Use this method to add a file attachment at the document level.private static PdfAnnotation
PdfAnnotation.createFileAttachment
(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs) Creates a file attachment annotationstatic PdfAnnotation
PdfAnnotation.createScreen
(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay) Creates a screen PdfAnnotation(package private) static PdfAction
PdfAction.rendition
(String file, PdfFileSpecification fs, String mimeType, PdfIndirectReference ref) Creates a Rendition actionConstructors in com.aowagie.text.pdf with parameters of type PdfFileSpecificationModifierConstructorDescription(package private)
PdfMediaClipData
(String file, PdfFileSpecification fs, String mimeType) (package private)
PdfRendition
(String file, PdfFileSpecification fs, String mimeType)