Modifier and Type | Class and Description |
---|---|
class |
PDFAnnot
This class defines an annotation (commonly known as a Bookmark).
|
class |
PDFBorder
A border around an annotation
|
class |
PDFCatalog
This class implements the PDF Catalog, also known as the root node
|
class |
PDFFont
This class defines a font within a PDF document.
|
class |
PDFImage
This implements the Image XObject.
|
class |
PDFInfo
This class stores details of the author, the PDF generator etc.
|
class |
PDFOutline
This class manages the documents outlines (also known as bookmarks).
|
class |
PDFPage
This class defines a single page within a document.
|
class |
PDFPage.procset
This defines a procset
|
class |
PDFPageList
This object contains the document's pages.
|
class |
PDFPattern
Base class for PDF pattern types.
|
class |
PDFShading
Base class for PDF shading types.
|
class |
PDFShadingGouraudFreeform
Class for the PDF Gouraud free-form shading object, used in implementing the drawVertices method in PDFCanvas.
|
class |
PDFStream
This class implements a PDF stream object.
|
Modifier and Type | Method and Description |
---|---|
int |
PDFDocument.add(PDFObject obj)
This adds a top level object to the document.
|
void |
PDFPage.add(PDFObject ob)
This adds an object that describes some content to this page.
|
void |
PDFPage.addAnnotation(PDFObject ob)
This adds an Annotation to the page.
|
PDFAnnot |
PDFPage.addLink(int x,
int y,
int w,
int h,
PDFObject dest)
Adds a hyperlink to the document.
|
PDFAnnot |
PDFPage.addLink(int x,
int y,
int w,
int h,
PDFObject dest,
int vx,
int vy,
int vw,
int vh)
Adds a hyperlink to the document.
|
void |
PDFPage.setThumbnail(PDFObject thumbnail)
This adds an object that describes a thumbnail for this page.
|
Modifier and Type | Method and Description |
---|---|
static String |
PDFObject.toArray(Vector<? extends PDFObject> v)
This utility method returns a String containing an array definition based on a Vector containing PDFObjects
|
Constructor and Description |
---|
PDFAnnot(int l,
int b,
int r,
int t,
PDFObject dest)
Creates a link annotation
|
PDFAnnot(int l,
int b,
int r,
int t,
PDFObject dest,
int fl,
int fb,
int fr,
int ft)
Creates a link annotation
|