Class Summary |
Column |
Handles the low-level implementation details of columns. |
Columns |
Keeps track of the number of columns, their size, and the gutter size. |
Footer |
Handles the low-level implementation details of page footer. |
Format |
Container for the format data at a given point in the document. |
FormatStack |
Stack where formats are saved to and restored from |
Limits |
Static class that contains maxima, minima, and other PDF-related limits |
PdfCommandTable |
Contains all the commands used in the PDF plugins,
keyed by command root. |
PdfData |
Container class for all the state of the PDF document |
PdfFont |
Handles fonts for the PDF plugin |
PdfFontFactory |
Handles the complexities of creating a font for iText |
PdfOutfile |
Manage output to the PDF file |
PdfSymbolsTable |
Holds all the PDF symbols and their associated actions as listed in the Symbols.list
file for the PDF plugin. |
RgbColor |
Color, as specified by three integers, 0-255, that correspond to RGB |
Start |
Main line for PDF plugin. |
TextIndenter |
Calculates the indent that should be applied to a column of text. |