| Package | Description |
|---|---|
| com.aowagie.text.pdf |
| Modifier and Type | Method and Description |
|---|---|
static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
String filePath,
String fileDisplay,
byte[] fileStore)
Creates a file specification with the file embedded.
|
static PdfFileSpecification |
PdfFileSpecification.fileExtern(PdfWriter writer,
String filePath)
Creates a file specification for an external file.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfAnnotation |
PdfAnnotation.createScreen(PdfWriter writer,
Rectangle rect,
String clipTitle,
PdfFileSpecification fs,
String mimeType,
boolean playOnDisplay)
Creates a screen PdfAnnotation
|
Copyright © 2021. All rights reserved.