(package private) static PdfAnnotation |
PdfDocument.convertAnnotation(PdfWriter writer,
Annotation annot) |
|
static PdfAnnotation |
PdfAnnotation.createFileAttachment(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
byte[] fileStore,
java.lang.String file,
java.lang.String fileDisplay) |
Creates a file attachment annotation.
|
static PdfAnnotation |
PdfAnnotation.createFileAttachment(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
PdfFileSpecification fs) |
Creates a file attachment annotation
|
static PdfAnnotation |
PdfAnnotation.createFreeText(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
PdfContentByte defaultAppearance) |
Add some free text to the document.
|
static PdfAnnotation |
PdfAnnotation.createInk(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
float[][] inkList) |
|
static PdfAnnotation |
PdfAnnotation.createLine(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
float x1,
float y1,
float x2,
float y2) |
Adds a line to the document.
|
protected static PdfAnnotation |
PdfAnnotation.createLink(PdfWriter writer,
Rectangle rect,
PdfName highlight) |
Creates a link.
|
static PdfAnnotation |
PdfAnnotation.createLink(PdfWriter writer,
Rectangle rect,
PdfName highlight,
int page,
PdfDestination dest) |
Creates an Annotation with a PdfDestination.
|
static PdfAnnotation |
PdfAnnotation.createLink(PdfWriter writer,
Rectangle rect,
PdfName highlight,
PdfAction action) |
Creates an Annotation with an Action.
|
static PdfAnnotation |
PdfAnnotation.createLink(PdfWriter writer,
Rectangle rect,
PdfName highlight,
java.lang.String namedDestination) |
Creates an Annotation with an local destination.
|
static PdfAnnotation |
PdfAnnotation.createMarkup(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
int type,
float[] quadPoints) |
|
static PdfAnnotation |
PdfAnnotation.createPopup(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
boolean open) |
Adds a popup to your document.
|
static PdfAnnotation |
PdfAnnotation.createScreen(PdfWriter writer,
Rectangle rect,
java.lang.String clipTitle,
PdfFileSpecification fs,
java.lang.String mimeType,
boolean playOnDisplay) |
Creates a screen PdfAnnotation
|
static PdfAnnotation |
PdfAnnotation.createSquareCircle(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
boolean square) |
Adds a circle or a square that shows a tooltip when you pass over it.
|
static PdfAnnotation |
PdfAnnotation.createStamp(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
java.lang.String name) |
Adds a Stamp to your document.
|
static PdfAnnotation |
PdfAnnotation.createText(PdfWriter writer,
Rectangle rect,
java.lang.String title,
java.lang.String contents,
boolean open,
java.lang.String icon) |
|
static PdfAnnotation |
PdfFormField.shallowDuplicate(PdfAnnotation annot) |
|