|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFAction | |
---|---|
org.foray.pdf.object | Classes representing various PDF objects, used in the construction of a PDF document. |
Uses of PDFAction in org.foray.pdf.object |
---|
Subclasses of PDFAction in org.foray.pdf.object | |
---|---|
class |
PDFGoTo
class representing a /GoTo object. |
class |
PDFGoToRemote
class representing a /GoToR object. |
class |
PDFUri
A PDF Uri link. |
Constructors in org.foray.pdf.object with parameters of type PDFAction | |
---|---|
PDFLink(PDFPage page,
Rectangle2D rect,
PDFAction action)
Constructor for a link to an action. |
|
PDFOutlineItem(PDFDocument doc,
PDFOutlineParent parent,
String title,
PDFAction action,
Color color,
boolean italic,
boolean bold)
Constructor to access an action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |