| Anchor |
An Anchor can be a reference or a destination of a reference.
|
| Annotation |
An Annotation is a little note that can be added to a page on
a document.
|
| Chunk |
This is the smallest significant part of text that can be added to a
document.
|
| Document |
A generic Document class.
|
| DocWriter |
An abstract Writer class for documents.
|
| ElementTags |
A class that contains all the possible tagnames and their attributes.
|
| Entities |
This class contains entities that can be used in an entity tag.
|
| Font |
Contains all the specifications of a font: fontfamily, size, style and color.
|
| FontFactory |
If you are using True Type fonts, you can declare the paths of the different ttf- and ttc-files
to this static class first and then create fonts in your code using one of the static getFont-method
without having to enter a path as parameter.
|
| Header |
This is an Element that contains
some userdefined meta information about the document.
|
| List |
A List contains several ListItems.
|
| ListItem |
A ListItem is a Paragraph
that can be added to a List.
|
| Meta |
This is an Element that contains
some meta information about the document.
|
| PageSize |
The PageSize-object contains a number of rectangles representing the most common papersizes.
|
| Paragraph |
A Paragraph is a series of Chunks and/or Phrases.
|
| Phrase |
A Phrase is a series of Chunks.
|
| Rectangle |
A Rectangle is the representation of a geometric figure.
|
| SpecialSymbol |
This class contains the symbols that correspond with special symbols.
|
| StringCompare |
This class was used in the 1.1-version of iText (by Volker Richert).
|
| Utilities |
A collection of convenience methods that were present in many different iText
classes.
|