|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PdfPage
A PDF Page.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.