static PdfAction |
PdfAction.createGoTo(PdfDestination destination) |
static PdfAction |
PdfAction.createGoTo(String destination) |
static PdfAction |
PdfAction.createGoToE(PdfDestination destination,
boolean newWindow,
PdfTargetDictionary targetDictionary) |
static PdfAction |
PdfAction.createGoToE(PdfFileSpec fileSpec,
PdfDestination destination,
boolean newWindow,
PdfTargetDictionary targetDictionary) |
static PdfAction |
PdfAction.createGoToR(PdfFileSpec fileSpec,
PdfDestination destination) |
static PdfAction |
PdfAction.createGoToR(PdfFileSpec fileSpec,
PdfDestination destination,
boolean newWindow) |
static PdfAction |
PdfAction.createGoToR(String filename,
int pageNum) |
static PdfAction |
PdfAction.createGoToR(String filename,
int pageNum,
boolean newWindow) |
static PdfAction |
PdfAction.createGoToR(String filename,
String destination) |
static PdfAction |
PdfAction.createGoToR(String filename,
String destination,
boolean newWindow) |
static PdfAction |
PdfAction.createHide(PdfAnnotation[] annotations,
boolean hidden) |
static PdfAction |
PdfAction.createHide(PdfAnnotation annotation,
boolean hidden) |
static PdfAction |
PdfAction.createHide(String[] text,
boolean hidden) |
static PdfAction |
PdfAction.createHide(String text,
boolean hidden) |
static PdfAction |
PdfAction.createJavaScript(String javaScript) |
static PdfAction |
PdfAction.createLaunch(PdfFileSpec fileSpec) |
static PdfAction |
PdfAction.createLaunch(PdfFileSpec fileSpec,
boolean newWindow) |
static PdfAction |
PdfAction.createLaunch(PdfFileSpec fileSpec,
PdfWin win,
boolean newWindow) |
static PdfAction |
PdfAction.createMovie(PdfAnnotation annotation,
String title,
PdfName operation) |
static PdfAction |
PdfAction.createNamed(PdfName namedAction) |
static PdfAction |
PdfAction.createRendition(String file,
PdfFileSpec fileSpec,
String mimeType,
PdfAnnotation screenAnnotation) |
static PdfAction |
PdfAction.createResetForm(Object[] names,
int flags) |
static PdfAction |
PdfAction.createSetOcgState(List<PdfActionOcgState> states) |
static PdfAction |
PdfAction.createSetOcgState(List<PdfActionOcgState> states,
boolean preserveRb) |
static PdfAction |
PdfAction.createSound(PdfStream sound) |
static PdfAction |
PdfAction.createSound(PdfStream sound,
float volume,
boolean synchronous,
boolean repeat,
boolean mix) |
static PdfAction |
PdfAction.createSubmitForm(String file,
Object[] names,
int flags) |
static PdfAction |
PdfAction.createThread(PdfFileSpec fileSpec) |
static PdfAction |
PdfAction.createThread(PdfFileSpec fileSpec,
PdfObject destinationThread,
PdfObject bead) |
static PdfAction |
PdfAction.createURI(String uri) |
static PdfAction |
PdfAction.createURI(String uri,
boolean isMap) |
PdfAction |
PdfAction.put(PdfName key,
PdfObject value) |