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 PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore) Creates a file specification with the file embedded.static PdfFileSpecificationPdfFileSpecification.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 TypeMethodDescriptionstatic PdfAnnotationPdfAnnotation.createScreen(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay) Creates a screen PdfAnnotation