AbstractMetaPdfProclet |
Ancestor for proclets that wrap another base-proclet.
|
AbstractPdfProclet |
Abstract ancestor for processors that add the content of files to a PDF
document.
|
AbstractPdfProcletWithFilenameOutput |
Abstract ancestor for processors that can add the filename as well.
|
AbstractPdfProcletWithPageBreaks |
Ancestor for processors handle page breaks.
|
AbstractSpreadSheetPdfProclet |
Ancestor for proclets that use spreadsheets.
|
Circle |
Draws a circle.
|
ConfusionMatrix |
Adds CSV files (or any spreadsheet files that is supported) as table.
|
DocumentState |
Container class for storing state information about the document
currently being processed.
|
FixedText |
Adds the fixed text line by line, variables get expanded automatically.
|
Headline |
Adds a simple headline, but no file content.
|
Image |
Adds GIF, JPEG and PNG image files.
|
Line |
Draws a line.
|
MetaHeadline |
Adds a simple headline before applying the base proclet.
|
NewPage |
Adds a new page whenever a file with the specified extension is processed.
|
PDFGenerator |
A helper class for PDF generation.
|
PlainText |
Adds plain-text files line by line.
|
Rectangle |
Draws a rectangle.
|
SpreadSheet |
Adds CSV files (or any spreadsheet files that is supported) as table.
|