Class | Description |
---|---|
FontInfo |
Contains custom font, font-size, color, and line-spacing information for printing PDF's.
|
PageInfo |
Contains information about page size and margins, and is used by SimplePDF's constructor.
|
SimplePDF |
A wrapper for the iText PDF library, for use by itself or with the org.tmotte.pdfrpt.report
package (in either case with iText, of course).
|
Note that all of the classes in the pdfrpt library make heavy use of "method chaining" (as popularized by JQuery), i.e. methods on an object return the object itself for convenience, unless otherwise specified; none of the classes are "immutable".