Uses of Class
com.aowagie.text.pdf.PdfFileSpecification
-
Packages that use PdfFileSpecification Package Description com.aowagie.text.pdf -
-
Uses of PdfFileSpecification in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfFileSpecification Modifier and Type Method Description static PdfFileSpecification
PdfFileSpecification. fileEmbedded(PdfWriter writer, java.lang.String filePath, java.lang.String fileDisplay, byte[] fileStore)
Creates a file specification with the file embedded.private static PdfFileSpecification
PdfFileSpecification. fileEmbedded(PdfWriter writer, java.lang.String filePath, java.lang.String fileDisplay, byte[] fileStore, int compressionLevel)
Creates a file specification with the file embedded.private static PdfFileSpecification
PdfFileSpecification. fileEmbedded(PdfWriter writer, java.lang.String filePath, java.lang.String fileDisplay, byte[] fileStore, java.lang.String mimeType, PdfDictionary fileParameter, int compressionLevel)
Creates a file specification with the file embedded.static PdfFileSpecification
PdfFileSpecification. fileExtern(PdfWriter writer, java.lang.String filePath)
Creates a file specification for an external file.Methods in com.aowagie.text.pdf with parameters of type PdfFileSpecification Modifier and Type Method Description (package private) void
PdfDocument. addFileAttachment(java.lang.String description, PdfFileSpecification fs)
private void
PdfStamper. addFileAttachment(java.lang.String description, PdfFileSpecification fs)
Adds a file attachment at the document level.(package private) void
PdfWriter. addFileAttachment(java.lang.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, java.lang.String contents, PdfFileSpecification fs)
Creates a file attachment annotationstatic PdfAnnotation
PdfAnnotation. createScreen(PdfWriter writer, Rectangle rect, java.lang.String clipTitle, PdfFileSpecification fs, java.lang.String mimeType, boolean playOnDisplay)
Creates a screen PdfAnnotation(package private) static PdfAction
PdfAction. rendition(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType, PdfIndirectReference ref)
Creates a Rendition actionConstructors in com.aowagie.text.pdf with parameters of type PdfFileSpecification Constructor Description PdfMediaClipData(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType)
PdfRendition(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType)
-