Class Summary | |
---|---|
AbstractRtfField | This class implements an abstract RtfField. |
AbstractTool | Every iText tool has to implement this interface. |
AcroFields | Query and change fields in existing documents either by method calls or by FDF merging. |
AcroFields.InstHit | |
AcroFields.Item | The field representations for retrieval and modification. |
AcroFields.RevisionStream | |
AcroFields.SorterComparator | |
AESCipher | Creates an AES Cipher with CBC and padding PKCS5/7. |
ALink | |
AnalyzePDF | |
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.
|
ArabicLigaturizer | Shape arabic characters. |
ArabicLigaturizer.charstruct | |
ArrayTreeNode | TreeNode for PdfArray objects. |
AsianFontMapper | |
BadElementException |
Signals an attempt to create an Element that hasn't got the right form.
|
BadPdfFormatException |
Signals that a bad PDF format has been used to construct a PdfObject .
|
Barcode | Base class containing properties and methods commom to all barcode types. |
Barcode128 | Implements the code 128 and UCC/EAN-128. |
Barcode39 | Implements the code 39 and code 39 extended. |
BarcodeCodabar | Implements the code codabar. |
BarcodeEAN | Generates barcodes in several formats: EAN13, EAN8, UPCA, UPCE, supplemental 2 and 5. |
BarcodeEANSUPP | This class takes 2 barcodes, an EAN/UPC and a supplemental and creates a single barcode with both combined in the expected layout. |
BarcodeInter25 | Implements the code interleaved 2 of 5. |
BarcodePDF417 | Generates the 2D barcode PDF417. |
BarcodePDF417.Segment | |
BarcodePDF417.SegmentList | |
BarcodePostnet | Implements the Postnet and Planet barcodes. |
BaseField | Common field variables. |
BaseFont | Base class for the several font types supported |
BaseFont.StreamFont | Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream. |
BidiLine | Does all the line bidirectional processing with PdfChunk assembly. |
BidiOrder | Reference implementation of the Unicode 3.0 Bidi algorithm. |
BitsetArgument | Argument that results in a set of "1" and "0" values. |
BmpImage | Reads a BMP image. |
Bookmarks2XML | Allows you to add bookmarks to an existing PDF file |
BuildTutorial | This class can be used to build the iText website. |
Burst | This tool lets you split a PDF in several separate PDF files (1 per page). |
ByteBuffer |
Acts like a StringBuffer but works with byte arrays.
|
ByteVector | This class implements a simple byte vector with access to the underlying array. |
concat_pdf | Tool that can be used to concatenate existing PDF files. |
CCITTG4Encoder | Encodes data in the CCITT G4 FAX format. |
Cell |
A Cell is a Rectangle containing other
Element s.
|
CFFFont | |
CFFFontSubset | This Class subsets a CFF Type Font. |
CFFFont.DictNumberItem | A dictionary number on the list. |
CFFFont.DictOffsetItem | an unknown offset in a dictionary for the list. |
CFFFont.Font | TODO Changed from private to protected by Ygal&Oren |
CFFFont.IndexBaseItem | |
CFFFont.IndexMarkerItem | |
CFFFont.IndexOffsetItem | An index-offset item for the list. |
CFFFont.Item | List items for the linked list that builds the new CID font. |
CFFFont.MarkerItem | An offset-marker item for the list. |
CFFFont.OffsetItem | |
CFFFont.RangeItem | A range item. |
CFFFont.StringItem | |
CFFFont.SubrMarkerItem | TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments |
CFFFont.UInt16Item | A SID or Card16 item. |
CFFFont.UInt24Item | Card24 item. |
CFFFont.UInt32Item | Card32 item. |
CFFFont.UInt8Item | A Card8 item. |
ChainedProperties | |
Chapter |
A Chapter is a special Section .
|
ChapterAutoNumber | Chapter with auto numbering. |
CharVector | This class implements a simple char vector with access to the underlying array. |
Chunk | This is the smallest significant part of text that can be added to a document. |
CJKFont | Creates a CJK font compatible with the fonts in the Adobe Asian font Pack. |
CMYKColor | |
ColorDetails | Each spotcolor in the document will have an instance of this class |
ColumnText | Formats text in a columnwise form. |
Concat | Concatenates two PDF files |
CvsLogParser | If you get a changelog from CVS, for instance: cvs -d:ext:blowagie@itext.cvs.sourceforge.net:/cvsroot/itext log -d ">2005-07-29" you get an overview that contains all the changes. |
Decrypt | Allows you to decrypt an existing PDF file. |
DefaultFontMapper | Default class to map awt fonts to BaseFont. |
DefaultFontMapper.BaseFontParameters | A representation of BaseFont parameters. |
DictionaryTreeNode | Treenode for PdfDictionary objects. |
DirFilter | Filters directories in a JFileChooser. |
Divide | This tool lets you generate a PDF that shows N pages on 1. |
DocListener |
A class that implements DocListener will perform some
actions when some actions are performed on a Document .
|
Document | A generic Document class. |
DocumentException |
Signals that an error has occurred in a Document .
|
DocumentFont | |
DocWriter |
An abstract Writer class for documents.
|
DublinCoreSchema | An implementation of an XmpSchema. |
DvdCover | This is a simple tool that generates a cover for a DVD. |
encrypt_pdf | Encrypts a PDF document. |
Element | Interface for a text element. |
ElementListener |
A class that implements ElementListener will perform some
actions when an Element is added.
|
ElementTags | A class that contains all the possible tagnames and their attributes. |
Encrypt | Allows you to encrypt an existing PDF file. |
EntitiesToSymbol | This class contains entities that can be used in an entity tag. |
EntitiesToUnicode | This class contains entities that can be used in an entity tag. |
EnumerateTTC | Enumerates all the fonts inside a True Type Collection. |
ExceptionConverter | The ExceptionConverter changes a checked exception into an unchecked exception. |
Executable | This class enables you to call an executable that will show a PDF file. |
ExtendedColor | |
ExtractAttachments | This tool lets you extract the attachements of a PDF. |
ExtraEncoding | Classes implementing this interface can create custom encodings or replace existing ones. |
FactoryProperties | |
FdfReader | Reads an FDF form and makes the fields available |
FdfWriter | Writes an FDF form. |
FdfWriter.Wrt | |
FieldPositioningEvents | Class for an index. |
FileArgument | ToolArgument class if the argument is a java.io.File. |
FileTreeNode | |
Font | Contains all the specifications of a font: fontfamily, size, style and color. |
FontDetails | Each font in the document will have an instance of this class where the characters used will be represented. |
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. |
FontFactoryImp | If you are using True Type fonts, you can declare the paths of the different ttf- and ttc-files to this class first and then create fonts in your code using one of the getFont method without having to enter a path as parameter. |
FontMapper | A FontMapper implementation handles mappings between AWT Fonts and PDF fonts. |
FontsResourceAnchor | A class to facilitate the loading of resources |
FontSelector | Selects the appropriate fonts that contain the glyphs needed to render text correctly. |
GenericRtfField | This class implements a generic RtfField. |
GifImage | Reads gif images of all types. |
GifImage.GifFrame | |
GlyphList | |
GrayColor | |
GreekList |
A special-version of LIST whitch use greek-letters.
|
handout_pdf | Takes an existing PDF file and makes handouts. |
Handouts | Generates a PDF file that is useable as Handout. |
Header |
This is an Element that contains
some userdefined meta information about the document.
|
HeaderFooter |
A HeaderFooter -object is a Rectangle with text
that can be put above and/or below every page.
|
HtmlBookmarks | Allows you to generate an index file in HTML containing Bookmarks to an existing PDF file. |
HtmlEncoder |
This class converts a String to the HTML-format of a String.
|
HtmlParser | This class can be used to parse some HTML files. |
HtmlPeer | This interface is implemented by the peer of all the iText objects. |
HtmlTagMap |
The Tags -class maps several XHTML-tags to iText-objects. |
HtmlTags | A class that contains all the possible tagnames and their attributes. |
HtmlWriter |
A DocWriter class for HTML.
|
HTMLWorker | |
Hyphen | This class represents a hyphen. |
Hyphenation | This class represents a hyphenated word. |
HyphenationAuto | Hyphenates words automatically accordingly to the language and country. |
HyphenationEvent | Called by Chunk to hyphenate a word.
|
HyphenationException | |
HyphenationTree | This tree structure stores the hyphenation patterns in an efficient way for fast lookup. |
Hyphenator | This class is the main entry point to the hyphenation package. |
IanaEncodings | Translates a IANA encoding name to a Java encoding. |
ICommonAnalyzer | Interface with one method to iterate over iText PDF objects. |
Image |
An Image is the representation of a graphic element (JPEG, PNG
or GIF) that has to be inserted into the document
|
ImageArgument | ToolArgument class if the argument is a com.lowagie.text.Image. |
ImageFilter | Filters images in a FileChooser. |
ImageXRefViewer | Allows you to inspect the Image XObjects inside a PDF file. |
ImageXRefViewer.ViewXRefImages_jSpinner1_propertyChangeAdapter | |
Img | |
ImgCCITT | CCITT Image data that has to be inserted into the document |
ImgPostscript |
An ImgPostscript is the representation of an EPS
that has to be inserted into the document
|
ImgRaw | Raw Image data that has to be inserted into the document |
ImgTemplate | PdfTemplate that has to be inserted into the document |
ImgWMF |
An ImgWMF is the representation of a windows metafile
that has to be inserted into the document
|
IncCell | |
IncTable | |
IndexEvents | Class for an index. |
IndexEvents.Entry | Class for an index entry. |
InputMeta | |
InspectPDF | Allows you to inspect an existing PDF file. |
IntHashtable |
A hash map that uses primitive ints for the key rather than objects. Note that this class is for internal optimization purposes only, and may not be supported in future releases of Jakarta Commons Lang. |
IntHashtable.Entry |
Innerclass that acts as a datastructure to create a new entry in the table. |
IntHashtable.IntHashtableIterator | |
IUpdatenodeview | |
IVGenerator | An initialization vector generator for a CBC block encryption. |
JavaCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing). |
Jpeg |
An Jpeg is the representation of a graphic element (JPEG)
that has to be inserted into the document
|
KnitTiff | Knits two TIFF files, one with the even pages and another with the odd pages, together. |
LabelAccessory | Label for the FileChooser |
List |
A List contains several ListItem s.
|
ListItem |
A ListItem is a Paragraph
that can be added to a List .
|
LZWDecoder | A class for performing LZW decoding. |
MappedRandomAccessFile | A java.nio.MappedByteBuffer wrapped as a java.io.RandomAccessFile |
MarkedObject | Wrapper that allows to add properties to 'basic building block' objects. |
MarkedSection | Wrapper that allows to add properties to a Chapter/Section object. |
Markup | A class that contains all the possible tagnames and their attributes. |
Meta |
This is an Element that contains
some meta information about the document.
|
MetaBrush | |
MetaDo | |
MetaDoPS | |
MetaFont | |
MetaObject | |
MetaPen | |
MetaState | |
MultiColumnText | Formats content into one or more columns bounded by a rectangle. |
MultiColumnText.ColumnDef | Inner class used to define a column |
NUp | This tool lets you generate a PDF that shows N pages on 1. |
OptionArgument | Argument that can be one of several options. |
OptionArgument.Entry | An Entry that can be chosen as option. |
OutlinelistTreeNode | |
OutputStreamCounter | |
OutputStreamEncryption | |
PACommand | |
PAContext | |
PAEngine | |
PAParser | |
PAParserConstants | |
PAParserTokenManager | |
PAPencil | |
PAPencil.State | |
PAToken | |
PagelistTreeNode | |
PageResources | |
PageSelectionTableDialog | A dialog that allows you to select pages from an existing PDF file. |
PageSelectionTableDialog_jButton1_actionAdapter | |
PageSelectionTableDialog_jButton2_actionAdapter | |
PageSelectionTableDialog_jButton3_actionAdapter | |
PageSelectionTableDialog_jToggleButton1_actionAdapter | |
PageSelectionTableDialog_listSelectionModel1_listSelectionAdapter | |
PageSelectionTableDialog_none_actionAdapter | |
PageSelectorToolArgument | Argument that allows you to select a (set of) page(s). |
PageSize |
The PageSize -object contains a number of rectangles representing the most common papersizes.
|
PageSizeArgument | Argument that can be one of several options. |
Pagetreenode | |
PageTableModel | A table that shows info about the pages in a PDF document. |
PainterException | |
Paragraph |
A Paragraph is a series of Chunk s and/or Phrases .
|
ParseException | This exception is thrown when parse errors are encountered. |
PatternColor | Represents a pattern. |
PatternConsumer | This interface is used to connect the XML pattern file parser to the hyphenation tree. |
PdfAcroForm | Each PDF document can contain maximum 1 AcroForm. |
PdfAction |
A PdfAction defines an action that can be triggered from a PDF file.
|
PdfAnnotation |
A PdfAnnotation is a note that is associated with a page.
|
PdfAnnotations | |
PdfAnnotationsImp | |
PdfAppearance | Implements the appearance stream to be used with form fields.. |
PdfArray |
PdfArray is the PDF Array object.
|
PdfBoolean |
PdfBoolean is the boolean object represented by the keywords true or false.
|
PdfBorderArray |
A PdfBorderArray defines the border of a PdfAnnotation .
|
PdfBorderDictionary |
A PdfBorderDictionary define the appearance of a Border (Annotations).
|
PdfCell |
A PdfCell is the PDF translation of a Cell .
|
PdfChunk |
A PdfChunk is the PDF translation of a Chunk .
|
PdfCollection | |
PdfCollectionField | |
PdfCollectionItem | |
PdfCollectionSchema | |
PdfCollectionSort | |
PdfColor |
A PdfColor defines a Color (it's a PdfArray containing 3 values).
|
PdfContentByte |
PdfContentByte is an object containing the user positioned
text and graphic contents of a page. |
PdfContentByte.GraphicState | This class keeps the graphic state of the current page |
PdfContentParser | Parses the page or template content. |
PdfContents |
PdfContents is a PdfStream containing the contents (text + graphics) of a PdfPage . |
PdfCopy | Make copies of PDF documents. |
PdfCopyFields | Concatenates PDF documents including form fields. |
PdfCopyFieldsImp | |
PdfCopy.IndirectReferences | This class holds information about indirect references, since they are renumbered by iText. |
PdfCopy.RefKey | A key to allow us to hash indirect references |
PdfDashPattern |
A PdfDashPattern defines a dash pattern as described in
the PDF Reference Manual version 1.3 p 325 (section 8.4.3).
|
PdfDate |
PdfDate is the PDF date object.
|
PdfDestination |
A PdfColor defines a Color (it's a PdfArray containing 3 values).
|
PdfDictionary |
PdfDictionary is the Pdf dictionary object.
|
PdfDocument |
PdfDocument is the class that is used by PdfWriter
to translate a Document into a PDF with different pages.
|
PdfDocumentActions | A PDF document can have an open action and other additional actions. |
PdfDocument.Indentation | |
PdfDocument.PdfCatalog |
PdfCatalog is the PDF Catalog-object.
|
PdfDocument.PdfInfo |
PdfInfo is the PDF InfoDictionary.
|
PdfDocument.RenderingContext | This is a helper class for adding a Table to a document. |
PdfEncodings | Supports fast encodings for winansi and PDFDocEncoding. |
PdfEncodings.Cp437Conversion | |
PdfEncodings.SymbolConversion | |
PdfEncodings.SymbolTTConversion | |
PdfEncodings.WingdingsConversion | |
PdfEncryption | |
PdfEncryptionSettings | Encryption settings are described in section 3.5 (more specifically section 3.5.2) of the PDF Reference 1.7. |
PdfEncryptor | This class takes any PDF and returns exactly the same but encrypted. |
PdfException | Signals that an unspecified problem while constructing a PDF document. |
PdfFileSpecification | Specifies a file or an URL. |
PdfFilter | Filters PDF files in a JFileChooser. |
PdfFont |
PdfFont is the Pdf Font object.
|
PdfFormField | Implements form fields. |
PdfFormXObject |
PdfFormObject is a type of XObject containing a template-object. |
PdfFunction | Implements PDF functions. |
PdfGraphics2D | |
PdfGraphics2D.fakeComponent | |
PdfGState | The graphic state dictionary. |
PdfICCBased |
A PdfICCBased defines a ColorSpace
|
PdfImage |
PdfImage is a PdfStream containing an image-Dictionary and -stream. |
PdfImportedPage | Represents an imported page. |
PdfIndirectObject |
PdfIndirectObject is the Pdf indirect object.
|
PdfIndirectReference |
PdfIndirectReference contains a reference to a PdfIndirectObject .
|
PdfLayer | An optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications. |
PdfLayerMembership | Content typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF. |
PdfLine |
PdfLine defines an array with PdfChunk -objects
that fit into 1 line. |
PdfLister | List a PDF file in human-readable form (for debugging reasons mostly) |
PdfLiteral | a Literal |
PdfMediaClipData | |
PdfName |
PdfName is an object that can be used as a name in a PDF-file.
|
PdfNameTree | Creates a name tree. |
PdfNull |
PdfNull is the Null object represented by the keyword null.
|
PdfNumber |
PdfNumber provides two types of numbers, integer and real.
|
PdfNumberTree | Creates a number tree. |
PdfObject |
PdfObject is the abstract superclass of all PDF objects.
|
PdfOCG | The interface common to all layer types. |
PdfOCProperties | This class represents the /OCProperties entry in the document catalog and holds the optional content properties dictionary, which contains a list of all the optional content groups in the document, as well as information about the default and alternate configurations for optional content. |
PdfOutline |
PdfOutline is an object that represents a PDF outline entry.
|
PdfPage |
PdfPage is the PDF Page-object.
|
PdfPageActions | A PDF page can have an open and/or close action. |
PdfPageElement |
The PdfPageElement interface has to be implemented by PdfPage and PdfPages .
|
PdfPageEvent | Allows a class to catch several document events. |
PdfPageEventForwarder | If you want to add more than one page event to a PdfWriter, you have to construct a PdfPageEventForwarder, add the different events to this object and add the forwarder to the PdfWriter. |
PdfPageEventHelper |
Helps the use of PdfPageEvent by implementing all the interface methods.
|
PdfPageLabels | Page labels are used to identify each page visually on the screen or in print. |
PdfPages |
PdfPages is the PDF Pages-object.
|
PdfPattern |
A PdfPattern defines a ColorSpace
|
PdfPatternPainter | Implements the pattern. |
PdfPCell | A cell in a PdfPTable. |
PdfPCellEvent | An event called for a single cell. |
PdfPCellEventForwarder | If you want to add more than one event to a cell, you have to construct a PdfPCellEventForwarder, add the different events to this object and add the forwarder to the PdfPCell. |
PdfPKCS7 | This class does all the processing related to signing and verifying a PKCS#7 signature. |
PdfPKCS7.X509Name | a class that holds an X509 name |
PdfPKCS7.X509NameTokenizer | class for breaking up an X500 Name into it's component tokens, ala java.util.StringTokenizer. |
PdfPrinterGraphics2D |
This is an extension class for the sole purpose of implementing the
java.awt.print.PrinterGraphics PrinterGraphics interface. |
PdfPRow | A row in a PdfPTable. |
PdfPSXObject | Implements the PostScript XObject. |
PdfPTable | This is a table that can be put at an absolute position but can also
be added to the document as the class Table .
|
PdfPTableEvent | An interface that can be used to retrieve the position of cells in PdfPTable .
|
PdfPTableEventForwarder | If you want to add more than one page event to a PdfPTable, you have to construct a PdfPTableEventForwarder, add the different events to this object and add the forwarder to the PdfWriter. |
PdfPublicKeyRecipient | |
PdfPublicKeySecurityHandler | |
PdfReader | Reads a PDF document. |
PdfReaderInstance | Instance of PdfReader in each output document. |
PdfReader.PageRefs | |
PdfRectangle |
PdfRectangle is the PDF Rectangle object.
|
PdfRendition | A Rendition dictionary (pdf spec 1.5) |
PdfResources |
PdfResources is the PDF Resources-object.
|
PdfRunDirection | |
PdfSchema | An implementation of an XmpSchema. |
PdfShading | Implements the shading dictionary (or stream). |
PdfShadingPattern | Implements the shading pattern dictionary. |
PdfSigGenericPKCS | A signature dictionary representation for the standard filters. |
PdfSigGenericPKCS.PPKLite | Creates a standard filter of the type self signed. |
PdfSigGenericPKCS.PPKMS | Creates a standard filter of the type Windows Certificate. |
PdfSigGenericPKCS.VeriSign | Creates a standard filter of the type VeriSign. |
PdfSignature | Implements the signature dictionary. |
PdfSignatureAppearance | This class takes care of the cryptographic options and appearances that form a signature. |
PdfSignatureAppearance.RangeStream | |
PdfSignatureAppearance.SignatureEvent | An interface to retrieve the signature dictionary for modification. |
PdfSmartCopy | PdfSmartCopy has the same functionality as PdfCopy, but when resources (such as fonts, images,...) are encountered, a reference to these resources is saved in a cache, so that they can be reused. |
PdfSmartCopy.ByteStore | |
PdfSpotColor |
A PdfSpotColor defines a ColorSpace
|
PdfStamper | Applies extra content to the pages of a PDF document. |
PdfStamperImp | |
PdfStamperImp.PageStamp | |
PdfStream |
PdfStream is the Pdf stream object.
|
PdfString |
A PdfString -class is the PDF-equivalent of a JAVA-String -object.
|
PdfStructureElement | This is a node in a document logical structure. |
PdfStructureTreeRoot | The structure tree root corresponds to the highest hierarchy level in a tagged PDF. |
PdfTable |
PdfTable is an object that contains the graphics and text of a table.
|
PdfTargetDictionary | |
PdfTemplate | Implements the form XObject. |
PdfTextArray |
PdfTextArray defines an array with displacements and PdfString -objects.
|
PdfTransition | |
PdfTransparencyGroup | The transparency group dictionary. |
PdfVersion | The PDF version is described in the PDF Reference 1.7 p92 (about the PDF Header) and page 139 (the version entry in the Catalog). |
PdfVersionImp | Stores the PDF version information, knows how to write a PDF Header, and how to add the version to the catalog (if necessary). |
PdfViewerPreferences | Viewer preferences are described in section 3.6.1 and 8.1 of the PDF Reference 1.7 (Table 3.25 on p139-142 and Table 8.1 on p579-581). |
PdfViewerPreferencesImp | Stores the information concerning viewer preferences, and contains the business logic that allows you to set viewer preferences. |
PdfWriter |
A DocWriter class for PDF.
|
PdfWriter.PdfBody | This class generates the structure of a PDF document. |
PdfWriter.PdfBody.PdfCrossReference |
PdfCrossReference is an entry in the PDF Cross-Reference table. |
PdfWriter.PdfTrailer |
PdfTrailer is the PDF Trailer object.
|
PdfXConformance | |
PdfXConformanceException | |
PdfXConformanceImp | |
Pfm2afm | Converts a PFM file into an AFM file. |
PhotoAlbum | Converts a Tiff file to a PDF file. |
Phrase |
A Phrase is a series of Chunk s.
|
PngImage | Reads a PNG image. |
PngImage.NewByteArrayOutputStream | |
ProgressDialog | |
PRAcroForm | This class captures an AcroForm on input. |
PRAcroForm.FieldInformation | This class holds the information for a single field |
PRIndirectReference | |
PRStream | |
PRTokeniser | |
PushbuttonField | Creates a pushbutton field. |
RadioCheckField | Creates a radio or a check field. |
RandomAccessFileOrArray | An implementation of a RandomAccessFile for input only that accepts a file or a byte array as data source. |
RC4Encryption | |
Rectangle |
A Rectangle is the representation of a geometric figure.
|
RemoveLaunchApplication | This tool copies an existing PDF and removes potentially dangerous code that launches an application. |
ReversePages | This tool lets you take pages from an existing PDF and copy them in reverse order into a new PDF. |
RomanList |
A special-version of LIST which use roman-letters.
|
RomanList.RomanDigit | Helper class for Roman Digits |
Row |
A Row is part of a Table
and contains some Cells .
|
RtfAddableElement | The RtfAddableElement is the superclass for all rtf specific elements that need to be added to an iText document. |
RtfAnchor | |
RtfAnnotation | The RtfAnnotation provides support for adding Annotations to the rtf document. |
RtfBasicElement | The RtfBasicElement interface defines the interface for elements that can be added to the RtfWriter. |
RtfBorder | The RtfBorder handle one row or cell border. |
RtfBorderGroup | The RtfBorderGroup represents a collection of RtfBorders to use in a RtfCell or RtfTable. |
RtfCell |
A Helper Class for the RtfWriter .
|
RtfCell | The RtfCell wraps a Cell, but can also be added directly to a Table. |
RtfChapter | The RtfChapter wraps a Chapter element. |
RtfChunk | The RtfChunk contains one piece of text. |
RtfCodePage | The RtfCodePage class allows different code pages to be used in the rtf document. |
RtfColor | The RtfColor stores one rtf color value for a rtf document |
RtfColorList | The RtfColorList stores all colours that appear in the document. |
RtfColorTableParser | The RtfColorTableParser handles the events generated by the RtfTokeniser while the RTF color table is being parsed. |
RtfDataCache | The RtfDataCache interface must be implemented by classes wishing to act as caches for the rtf document data. |
RtfDirectContent | The RtfDirectContent makes it possible to directly add RTF code into an RTF document. |
RtfDiskCache | The RtfFileCache is a RtfDataCache that uses a temporary file to store the rtf document data. |
RtfDocument | The RtfDocument stores all document related data and also the main data stream. |
RtfDocumentHeader | The RtfDocumentHeader contains all classes required for the generation of the document header area. |
RtfDocumentSettings | The RtfDocumentSettings contains output specific settings. |
RtfElement | RtfElement is the base class for all RTF Element classes Version: $Id: RtfElement.java,v 1.8 2004/12/14 15:14:44 blowagie Exp $ |
RtfExtendedElement | The RtfExtendedElement interface is to be used for elements that also write data into the definition part of the rtf document Version: $Id: RtfExtendedElement.java,v 1.16 2005/05/04 14:33:37 blowagie Exp $ |
RtfField | This interface should mark classes, that can be represented as RTF fields, such as pagenumber, toc entries and so on. |
RtfField | The RtfField class is an abstract base class for all rtf field functionality. |
RtfFont | The RtfFont class enables you to add arbitrary Fonts to a rtf document by specifying the font name you want to have. |
RtfFont | The RtfFont class stores one font for an rtf document. |
RtfFontList | The RtfFontList stores the list of fonts used in the rtf document. |
RtfFontTableParser | The RtfFontTableParser handles the events generated by the RtfTokeniser while the RTF font table is parsed. |
RtfHeaderFooter | This HeaderFooter specialization extends the normal HeaderFooter impl. by the new ctor with 'Element' param. |
RtfHeaderFooter | The RtfHeaderFooter represents one header or footer. |
RtfHeaderFooterGroup | The RtfHeaderFooterGroup holds 0 - 3 RtfHeaderFooters that create a group of headers or footers. |
RtfHeaderFooters | This HeaderFooter specialization contains some headers or footers for several pages. |
RtfImage | The RtfImage contains one image. |
RtfImportHeader | The RtfImportHeader stores the docment header information from an RTF document that is being imported. |
RtfImportMappings | The RtfImportMappings make it possible to define font and color mappings when using the RtfWriter2.importRtfFragment method. |
RtfInfoElement | Stores one information group element. |
RtfInfoGroup | The RtfInfoGroup stores information group elements. |
RtfList | The RtfList stores one List. |
RtfListItem | The RtfListItem acts as a wrapper for a ListItem. |
RtfListTable | The RtfListTable manages all RtfLists in one RtfDocument. |
RtfMapper | The RtfMapper provides mappings between com.lowagie.text.* classes and the corresponding com.lowagie.text.rtf.** classes. |
RtfMemoryCache | The RtfMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory. |
RtfNewPage | The RtfNewPage creates a new page. |
RtfPageNumber | A rtf page number field. |
RtfPageNumber | The RtfPageNumber provides the page number field in rtf documents. |
RtfPageSetting | The RtfPageSetting stores the page size / page margins for a RtfDocument. |
RtfParagraph | The RtfParagraph is an extension of the RtfPhrase that adds alignment and indentation properties. |
RtfParagraphStyle | The RtfParagraphStyle stores all style/formatting attributes of a RtfParagraph. |
RtfParser | The RtfParser allows the importing of RTF documents or RTF document fragments. |
RtfPhrase | The RtfPhrase contains multiple RtfChunks |
RtfRow |
A Helper Class for the RtfWriter .
|
RtfRow | The RtfRow wraps one Row for a RtfTable. |
RtfSection | The RtfSection wraps a Section element. |
RtfShape | The RtfShape provides the interface for adding shapes to the RTF document. |
RtfShapePosition | The RtfShapePosition stores position and ordering information for one RtfShape. |
RtfShapeProperty |
The RtfShapeProperty stores all shape properties that are
not handled by the RtfShape and RtfShapePosition. There is a huge selection of properties that can be set. |
RtfStylesheetList | The RtfStylesheetList stores the RtfParagraphStyles that are used in the document. |
RtfTab | The RtfTab encapsulates a tab position and tab type in a paragraph. |
RtfTabGroup |
The RtfTabGroup is a convenience class if the same tabs are to be added
to multiple paragraphs.RtfTabGroup tabs = new RtfTabGroup();
|
RtfTable |
A Helper Class for the RtfWriter .
|
RtfTable | The RtfTable wraps a Table. |
RtfTableCell |
A Cell with extended style attributes
ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2. |
RtfTableOfContents | The RtfTableOfContents together with multiple RtfTOCEntry objects generates a table of contents. |
RtfTokeniser | The RtfTokeniser takes an RTF document stream and turns it into a set of RTF tokens. |
RtfTotalPageNumber | The RtfTotalPageNumber provides the total number of pages field in rtf documents. |
RtfTOC | This class can be used to insert a table of contents into the RTF document. |
RtfTOCEntry | This class can be used to insert entries for a table of contents into the RTF document. |
RtfTOCEntry | The RtfTOCEntry is used together with the RtfTableOfContents to generate a table of contents. |
RtfWriter | If you are creating a new project using the rtf part of iText, please consider using the new RtfWriter2. |
RtfWriter2 | The RtfWriter allows the creation of rtf documents via the iText system Version: $Id: RtfWriter2.java,v 1.19 2007/02/23 22:28:28 xlv Exp $ |
split_pdf | This class demonstrates how to split a PDF file using iText. |
SAXiTextHandler | This class is a Handler that controls the iText XML to PDF conversion. |
SAXmyHandler |
The Tags -class maps several XHTML-tags to iText-objects. |
SAXmyHtmlHandler |
The Tags -class maps several XHTML-tags to iText-objects. |
Section |
A Section is a part of a Document containing
other Section s, Paragraph s, List
and/or Table s.
|
SelectedPages | This tool lets you select pages from an existing PDF and copy them into a new PDF. |
SequenceList | This class expands a string into a list of numbers. |
ShadingColor | Implements a shading pattern as a Color .
|
SimpleBookmark | Bookmark processing in a simple way. |
SimpleCell | Rectangle that can be used for Cells. |
SimpleNamedDestination | |
SimplePatternParser | Parses the xml hyphenation pattern. |
SimpletextTreeNode | |
SimpleTable | Rectangle that can be used for Cells. |
SimpleXMLDocHandler |
The handler for the events fired by SimpleXMLParser . |
SimpleXMLDocHandlerComment |
The handler for the events fired by SimpleXMLParser . |
SimpleXMLParser | A simple XML and HTML parser. |
SpecialSymbol | This class contains the symbols that correspond with special symbols. |
Split | This tool lets you split a PDF in two separate PDF files. |
SplitCharacter | Interface for customizing the split character. |
SpotColor | |
StampContent | |
StandardDecryption | |
StyleSheet | |
SwingWorker | This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread. |
SwingWorker.ThreadVar | Class to maintain reference to current worker thread under separate synchronization control. |
Table |
A Table is a Rectangle that contains Cell s,
ordered in some kind of matrix.
|
TableMap | In a chain of data manipulators some behaviour is common. |
TableSorter | A sorter for TableModels. |
TagMap |
The Tags -class maps several XHTML-tags to iText-objects. |
TagMap.AttributeHandler | |
TernaryTree |
Ternary Search Tree.A ternary search tree is a hibrid between a binary tree and a digital search tree (trie). |
TernaryTree.Iterator | |
TernaryTree.Iterator.Item | |
TextElementArray | Interface for a text element to which other objects can be added. |
TextField | Supports text, combo and list fields generating the correct appearances. |
TextpaneTreeNode | |
Tiff2Pdf | Converts a Tiff file to a PDF file. |
TiffImage | Reads TIFF images |
TIFFConstants | A baseline TIFF reader. |
TIFFDirectory | A class representing an Image File Directory (IFD) from a TIFF 6.0 stream. |
TIFFFaxDecoder | |
TIFFField | A class representing a field in a TIFF 6.0 Image File Directory. |
TIFFLZWDecoder | A class for performing LZW decoding. |
Token | Describes the input token stream. |
TokenMgrError | |
ToolArgument | This is an argument of one of the tools in the toolbox. |
Toolbox | This is a utility that allows you to use a number of iText tools. |
Toolbox.Console | A Class that redirects output to System.out and System.err. |
Toolbox.Console.ReaderThread | |
ToolMenuItems | Keeps all the possible menuitems. |
TreeViewInternalFrame | |
TreeViewInternalFrame.PDFTreeCellRenderer | |
TreeViewPDF | Allows you to inspect an existing PDF file. |
TrueTypeFont | Reads a Truetype font |
TrueTypeFontSubSet | Subsets a True Type font by removing the unneeded glyphs from the font. |
TrueTypeFontUnicode | Represents a True Type font with Unicode encoding. |
TrueTypeFont.FontHeader | The components of table 'head'. |
TrueTypeFont.HorizontalHeader | The components of table 'hhea'. |
TrueTypeFont.WindowsMetrics | The components of table 'OS/2'. |
Txt2Pdf | Converts a monospaced txt file to a PDF file. |
Type1Font | Reads a Type1 font |
Type3Font | A class to support Type3 fonts. |
Type3Glyph | The content where Type3 glyphs are written to. |
Untitled1_jTree1_treeSelectionAdapter | |
UpdateableTreeNode | |
Versions | JFrame that shows the versions of all the plugins. |
VerticalText | Writes text vertically. |
Watermarker | This tool lets you add a text watermark to all pages of a document. |
WebColors | This class is a HashMap that contains the names of colors as a key and the corresponding Color as value. |
XfaForm | Processes XFA forms. |
XfaForm.AcroFieldsSearch | A class to process "classic" fields. |
XfaForm.InverseStore | A structure to store each part of a SOM name and link it to the next part beginning from the lower hierarchie. |
XfaForm.Stack2 | Another stack implementation. |
XfaForm.Xml2Som | A class for some basic SOM processing. |
XfaForm.Xml2SomDatasets | Processes the datasets section in the XFA form. |
XfaForm.Xml2SomTemplate | Processes the template section in the XFA form. |
XfdfReader | Reads a XFDF. |
XmlDomWriter | |
XmlParser | This class can be used to parse an XML file. |
XmlPeer | This interface is implemented by the peer of all the iText objects. |
XmpArray | StringBuffer to construct an XMP array. |
XmpBasicSchema | An implementation of an XmpSchema. |
XmpMMSchema | An implementation of an XmpSchema. |
XmpSchema | Abstract superclass of the XmpSchemas supported by iText. |
XmpWriter | With this class you can create an Xmp Stream that can be used for adding Metadata to a PDF Dictionary. |
XML2Bookmarks | Allows you to add bookmarks to an existing PDF file |
ZapfDingbatsList |
A special-version of LIST whitch use zapfdingbats-letters.
|
ZapfDingbatsNumberList |
A special-version of LIST whitch use zapfdingbats-numbers (1..10).
|