|
aXSL API 0.2 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
PdfColor | A PDF Color. |
PdfContentStream | A PDF Content Stream. |
PdfDestination | A PDF Destination. |
PdfDocument | A PDF document. |
PdfEncryption | Encryption-related items for a PDFDocument. |
PdfFont | A PDF Font. |
PdfLink | A PDF Link. |
PdfOutlineItem | A PDF Outline Item. |
PdfOutlineParent | A PDF Outline Parent. |
PdfPage | A PDF Page. |
PdfPathPaint | Paint (Color or Pattern) used to stroke or fill paths. |
Enum Summary | |
---|---|
PdfLineCapStyle | Enumeration of the possible line cap styles in PDF. |
PdfTextRenderingMode | An enumeration of the valid text rendering modes. |
PdfVersion | An enumeration of the possible PDF Versions. |
Exception Summary | |
---|---|
PdfException | Exception thrown when an axslPDF implementation has a problem. |
Interfaces allowing client applications to create PDF documents in a vendor-neutral way.
To create a PDF document using an aXSL PDF implementation, first obtain an
instance of that implementation's PDFFactory. Use that factory's
createPDFDocument()
method to create an PDFDocument. Then use
PDFDocument's methods to create PDFPages and other objects for the document and
to write the document.
|
aXSL API 0.2 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.