|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A PDF Page.
Method Summary | |
PDFExplicitDestination |
createPDFExplicitDestination(float xPosition,
float yPosition)
Create an implementation-specific PDFExplicitDestination instance. |
PDFLink |
createPDFLink(java.awt.geom.Rectangle2D.Float linkRectangle,
java.lang.String destination)
Create an implementation-specific PDFLink instance. |
PDFContentStream |
getContentStream()
Return the content stream that contains the content of this page. |
PDFLink |
makeLink(java.awt.geom.Rectangle2D.Float rect,
java.lang.String destination,
boolean externalLink)
Create a link object in the PDF add it to this page. |
Method Detail |
public PDFLink makeLink(java.awt.geom.Rectangle2D.Float rect, java.lang.String destination, boolean externalLink)
rect
- The clickable rectangle.destination
- The destination.externalLink
- Set to true to create an external link.
public PDFContentStream getContentStream()
public PDFExplicitDestination createPDFExplicitDestination(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.
public PDFLink createPDFLink(java.awt.geom.Rectangle2D.Float linkRectangle, java.lang.String destination)
linkRectangle
- The rectangle which activates the link.destination
- The destination to which the user should be taken
when the link is activated.
|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.