public interface PdfPage
Modifier and Type | Method and Description |
---|---|
PdfDestination |
createDestination(float xPosition,
float yPosition)
Create an implementation-specific PDFExplicitDestination instance.
|
PdfContentStream |
getContentStream()
Return the content stream that contains the content of this page.
|
PdfLink |
makeLink(java.awt.geom.Rectangle2D rect,
java.lang.String destination,
boolean externalLink)
Create a link object in the PDF and add it to this page.
|
PdfLink makeLink(java.awt.geom.Rectangle2D rect, java.lang.String destination, boolean externalLink)
rect
- The clickable rectangle, whose dimensions are expressed in millipoints.destination
- The destination.externalLink
- Set to true to create an external link.PdfContentStream getContentStream()
PdfDestination createDestination(float xPosition, float yPosition)
xPosition
- The horizontal location, on the page, of the
destination. Position 0, 0 is the lower left corner of the page.yPosition
- The vertical location, on the page, of the
destination. Position 0, 0 is the lower left corner of the page.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.