Home » iText-2.1.7 » com.lowagie » text » pdf »

com.lowagie.text.pdf

Sub Packages:

com.lowagie.text.pdf.codec    
com.lowagie.text.pdf.codec.postscript    
com.lowagie.text.pdf.codec.wmf    
com.lowagie.text.pdf.collection    
com.lowagie.text.pdf.crypto    
com.lowagie.text.pdf.draw    
com.lowagie.text.pdf.events    
com.lowagie.text.pdf.fonts    
com.lowagie.text.pdf.fonts.cmaps    
com.lowagie.text.pdf.hyphenation    
com.lowagie.text.pdf.interfaces    
com.lowagie.text.pdf.internal    
com.lowagie.text.pdf.parser    

Interfaces:

ExtraEncoding   Classes implementing this interface can create custom encodings or replace existing ones.  code | html
FontMapper   A FontMapper implementation handles mappings between AWT Fonts and PDF fonts.  code | html
HyphenationEvent   Called by Chunk to hyphenate a word.  code | html
OcspClient   Interface for the OCSP Client.  code | html
PdfOCG   The interface common to all layer types.  code | html
PdfPCellEvent   An event called for a single cell.  code | html
PdfPTableEvent   An interface that can be used to retrieve the position of cells in PdfPTable code | html
PdfPageElement   The PdfPageElement interface has to be implemented by PdfPage and PdfPages code | html
PdfPageEvent   Allows a class to catch several document events.  code | html
PdfSignatureAppearance.SignatureEvent   An interface to retrieve the signature dictionary for modification.  code | html
SimpleXMLDocHandler   The handler for the events fired by SimpleXMLParser code | html
SimpleXMLDocHandlerComment   The handler for the events fired by SimpleXMLParser code | html
TSAClient   Time Stamp Authority client (caller) interface.  code | html

Abstract Classes:

Barcode   Base class containing properties and methods common to all barcode types.  code | html
BaseField   Common field variables.  code | html
BaseFont   Base class for the several font types supported  code | html
CFFFont.Item   List items for the linked list that builds the new CID font.  code | html
CFFFont.OffsetItem     code | html
ExtendedColor     code | html
PdfObject   PdfObject is the abstract superclass of all PDF objects.  code | html
PdfSigGenericPKCS   A signature dictionary representation for the standard filters.  code | html

Classes:

AcroFields   Query and change fields in existing documents either by method calls or by FDF merging.  code | html
AcroFields.InstHit     code | html
AcroFields.Item   The field representations for retrieval and modification.  code | html
AcroFields.RevisionStream     code | html
AcroFields.SorterComparator     code | html
ArabicLigaturizer   Shape arabic characters.  code | html
ArabicLigaturizer.charstruct     code | html
AsianFontMapper     code | html
BadPasswordException     code | html
BadPdfFormatException   Signals that a bad PDF format has been used to construct a PdfObject code | html
Barcode128   Implements the code 128 and UCC/EAN-128.  code | html
Barcode39   Implements the code 39 and code 39 extended.  code | html
BarcodeCodabar   Implements the code codabar.  code | html
BarcodeDatamatrix   A DataMatrix 2D barcode generator.  code | html
BarcodeDatamatrix.DmParams     code | html
BarcodeDatamatrix.Placement     code | html
BarcodeDatamatrix.ReedSolomon     code | html
BarcodeEAN   Generates barcodes in several formats: EAN13, EAN8, UPCA, UPCE, supplemental 2 and 5.  code | html
BarcodeEANSUPP   This class takes 2 barcodes, an EAN/UPC and a supplemental and creates a single barcode with both combined in the expected layout.  code | html
BarcodeInter25   Implements the code interleaved 2 of 5.  code | html
BarcodePDF417   Generates the 2D barcode PDF417.  code | html
BarcodePDF417.Segment     code | html
BarcodePDF417.SegmentList     code | html
BarcodePostnet   Implements the Postnet and Planet barcodes.  code | html
BaseFont.StreamFont   Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.  code | html
BidiLine   Does all the line bidirectional processing with PdfChunk assembly.  code | html
BidiOrder   Reference implementation of the Unicode 3.0 Bidi algorithm.  code | html
ByteBuffer   Acts like a StringBuffer but works with byte arrays.  code | html
CFFFont     code | html
CFFFont.DictNumberItem   A dictionary number on the list.  code | html
CFFFont.DictOffsetItem   an unknown offset in a dictionary for the list.  code | html
CFFFont.Font   TODO Changed from private to protected by Ygal&Oren  code | html
CFFFont.IndexBaseItem     code | html
CFFFont.IndexMarkerItem     code | html
CFFFont.IndexOffsetItem   An index-offset item for the list.  code | html
CFFFont.MarkerItem   An offset-marker item for the list.  code | html
CFFFont.RangeItem   A range item.  code | html
CFFFont.StringItem     code | html
CFFFont.SubrMarkerItem   TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments  code | html
CFFFont.UInt16Item   A SID or Card16 item.  code | html
CFFFont.UInt24Item   Card24 item.  code | html
CFFFont.UInt32Item   Card32 item.  code | html
CFFFont.UInt8Item   A Card8 item.  code | html
CFFFontSubset   This Class subsets a CFF Type Font.  code | html
CJKFont   Creates a CJK font compatible with the fonts in the Adobe Asian font Pack.  code | html
CMYKColor     code | html
CMapAwareDocumentFont   Implementation of DocumentFont used while parsing PDF streams.  code | html
ColorDetails   Each spotcolor in the document will have an instance of this class  code | html
ColumnText   Formats text in a columnwise form.  code | html
DefaultFontMapper   Default class to map awt fonts to BaseFont.  code | html
DefaultFontMapper.BaseFontParameters   A representation of BaseFont parameters.  code | html
DefaultSplitCharacter   The default class that is used to determine whether or not a character is a split character.  code | html
DocumentFont     code | html
EnumerateTTC   Enumerates all the fonts inside a True Type Collection.  code | html
FdfReader   Reads an FDF form and makes the fields available  code | html
FdfWriter   Writes an FDF form.  code | html
FdfWriter.Wrt     code | html
FontDetails   Each font in the document will have an instance of this class where the characters used will be represented.  code | html
FontSelector   Selects the appropriate fonts that contain the glyphs needed to render text correctly.  code | html
GlyphList     code | html
GrayColor     code | html
HyphenationAuto   Hyphenates words automatically accordingly to the language and country.  code | html
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. 

code | html
IntHashtable.Entry  

Innerclass that acts as a datastructure to create a new entry in the table.

 
code | html
IntHashtable.IntHashtableIterator     code | html
LZWDecoder   A class for performing LZW decoding.  code | html
MappedRandomAccessFile   A java.nio.MappedByteBuffer wrapped as a java.io.RandomAccessFile   code | html
MultiColumnText   Formats content into one or more columns bounded by a rectangle.  code | html
MultiColumnText.ColumnDef   Inner class used to define a column  code | html
OcspClientBouncyCastle   OcspClient implementation using BouncyCastle.  code | html
OutputStreamCounter     code | html
OutputStreamEncryption     code | html
PRAcroForm   This class captures an AcroForm on input.  code | html
PRAcroForm.FieldInformation   This class holds the information for a single field  code | html
PRIndirectReference     code | html
PRStream     code | html
PRTokeniser     code | html
PageResources     code | html
PatternColor   Represents a pattern. Can be used in high-level constructs (Paragraph, Cell, etc.).  code | html
PdfAcroForm   Each PDF document can contain maximum 1 AcroForm.  code | html
PdfAction   A PdfAction defines an action that can be triggered from a PDF file.  code | html
PdfAnnotation   A PdfAnnotation is a note that is associated with a page.  code | html
PdfAnnotation.PdfImportedLink   This class processes links from imported pages so that they may be active.  code | html
PdfAppearance   Implements the appearance stream to be used with form fields..  code | html
PdfArray   PdfArray is the PDF Array object.  code | html
PdfBarcode   A barcode is a Chunk with a certain type of barcode font.  code | html
PdfBoolean   PdfBoolean is the boolean object represented by the keywords true or false code | html
PdfBorderArray   A PdfBorderArray defines the border of a PdfAnnotation code | html
PdfBorderDictionary   A PdfBorderDictionary define the appearance of a Border (Annotations).  code | html
PdfCell   A PdfCell is the PDF translation of a Cell code | html
PdfChunk   A PdfChunk is the PDF translation of a Chunk code | html
PdfColor   A PdfColor defines a Color (it's a PdfArray containing 3 values).  code | html
PdfContentByte   PdfContentByte is an object containing the user positioned text and graphic contents of a page.  code | html
PdfContentByte.GraphicState   This class keeps the graphic state of the current page  code | html
PdfContentParser   Parses the page or template content.  code | html
PdfContents   PdfContents is a PdfStream containing the contents (text + graphics) of a PdfPage code | html
PdfCopy   Make copies of PDF documents.  code | html
PdfCopy.IndirectReferences   This class holds information about indirect references, since they are renumbered by iText.  code | html
PdfCopy.PageStamp     code | html
PdfCopy.RefKey   A key to allow us to hash indirect references  code | html
PdfCopy.StampContent     code | html
PdfCopyFields   Concatenates PDF documents including form fields.  code | html
PdfCopyFieldsImp     code | html
PdfCopyForms   Allows you to add one (or more) existing PDF document(s) to create a new PDF and add the form of another PDF document to this new PDF.  code | html
PdfCopyFormsImp   Allows you to add one (or more) existing PDF document(s) and add the form(s) of (an)other PDF document(s).  code | html
PdfDashPattern   A PdfDashPattern defines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).  code | html
PdfDate   PdfDate is the PDF date object.  code | html
PdfDestination   A PdfColor defines a Color (it's a PdfArray containing 3 values).  code | html
PdfDeveloperExtension   Beginning with BaseVersion 1.7, the extensions dictionary lets developers designate that a given document contains extensions to PDF.  code | html
PdfDictionary   PdfDictionary is the Pdf dictionary object.  code | html
PdfDocument   PdfDocument is the class that is used by PdfWriter to translate a Document into a PDF with different pages.  code | html
PdfDocument.Indentation     code | html
PdfDocument.PdfCatalog   PdfCatalog is the PDF Catalog-object.  code | html
PdfDocument.PdfInfo   PdfInfo is the PDF InfoDictionary.  code | html
PdfDocument.RenderingContext   This is a helper class for adding a Table to a document.  code | html
PdfEFStream   Extends PdfStream and should be used to create Streams for Embedded Files (file attachments).  code | html
PdfEncodings   Supports fast encodings for winansi and PDFDocEncoding.  code | html
PdfEncodings.Cp437Conversion     code | html
PdfEncodings.SymbolConversion     code | html
PdfEncodings.SymbolTTConversion     code | html
PdfEncodings.WingdingsConversion     code | html
PdfEncryption     code | html
PdfEncryptionStream     code | html
PdfEncryptor   This class takes any PDF and returns exactly the same but encrypted.  code | html
PdfException   Signals that an unspecified problem while constructing a PDF document.  code | html
PdfFileSpecification   Specifies a file or an URL. The file can be extern or embedded.  code | html
PdfFont   PdfFont is the Pdf Font object.  code | html
PdfFormField   Implements form fields.  code | html
PdfFormXObject   PdfFormObject is a type of XObject containing a template-object.  code | html
PdfFunction   Implements PDF functions.  code | html
PdfGState   The graphic state dictionary.  code | html
PdfGraphics2D     code | html
PdfGraphics2D.FakeComponent     code | html
PdfGraphics2D.HyperLinkKey     code | html
PdfICCBased   A PdfICCBased defines a ColorSpace  code | html
PdfImage   PdfImage is a PdfStream containing an image-Dictionary and -stream.  code | html
PdfImportedPage   Represents an imported page.  code | html
PdfIndirectObject   PdfIndirectObject is the Pdf indirect object.  code | html
PdfIndirectReference   PdfIndirectReference contains a reference to a PdfIndirectObject code | html
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.  code | html
PdfLayerMembership   Content typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF code | html
PdfLine   PdfLine defines an array with PdfChunk-objects that fit into 1 line.  code | html
PdfLister   List a PDF file in human-readable form (for debugging reasons mostly)  code | html
PdfLiteral   a Literal  code | html
PdfMediaClipData     code | html
PdfName   PdfName is an object that can be used as a name in a PDF-file.  code | html
PdfNameTree   Creates a name tree.  code | html
PdfNull   PdfNull is the Null object represented by the keyword null code | html
PdfNumber   PdfNumber provides two types of numbers, integer and real.  code | html
PdfNumberTree   Creates a number tree.  code | html
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.  code | html
PdfOutline   PdfOutline is an object that represents a PDF outline entry.  code | html
PdfPCell   A cell in a PdfPTable.  code | html
PdfPKCS7   This class does all the processing related to signing and verifying a PKCS#7 signature.  code | html
PdfPKCS7.X509Name   a class that holds an X509 name  code | html
PdfPKCS7.X509NameTokenizer   class for breaking up an X500 Name into it's component tokens, ala java.util.StringTokenizer.  code | html
PdfPRow   A row in a PdfPTable.  code | html
PdfPSXObject   Implements the PostScript XObject.  code | html
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 code | html
PdfPage   PdfPage is the PDF Page-object.  code | html
PdfPageEventHelper   Helps the use of PdfPageEvent by implementing all the interface methods.  code | html
PdfPageLabels   Page labels are used to identify each page visually on the screen or in print.  code | html
PdfPageLabels.PdfPageLabelFormat     code | html
PdfPages   PdfPages is the PDF Pages-object.  code | html
PdfPattern   A PdfPattern defines a ColorSpace  code | html
PdfPatternPainter   Implements the pattern.  code | html
PdfPrinterGraphics2D   This is an extension class for the sole purpose of implementing the PrinterGraphics interface.  code | html
PdfPublicKeyRecipient     code | html
PdfPublicKeySecurityHandler     code | html
PdfReader   Reads a PDF document.  code | html
PdfReader.PageRefs     code | html
PdfReaderInstance   Instance of PdfReader in each output document.  code | html
PdfRectangle   PdfRectangle is the PDF Rectangle object.  code | html
PdfRendition   A Rendition dictionary (pdf spec 1.5)  code | html
PdfResources   PdfResources is the PDF Resources-object.  code | html
PdfShading   Implements the shading dictionary (or stream).  code | html
PdfShadingPattern   Implements the shading pattern dictionary.  code | html
PdfSigGenericPKCS.PPKLite   Creates a standard filter of the type self signed.  code | html
PdfSigGenericPKCS.PPKMS   Creates a standard filter of the type Windows Certificate.  code | html
PdfSigGenericPKCS.VeriSign   Creates a standard filter of the type VeriSign.  code | html
PdfSignature   Implements the signature dictionary.  code | html
PdfSignatureAppearance   This class takes care of the cryptographic options and appearances that form a signature.  code | html
PdfSignatureAppearance.RangeStream     code | html
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.  code | html
PdfSmartCopy.ByteStore     code | html
PdfSpotColor   A PdfSpotColor defines a ColorSpace  code | html
PdfStamper   Applies extra content to the pages of a PDF document.  code | html
PdfStamperImp     code | html
PdfStamperImp.PageStamp     code | html
PdfStream   PdfStream is the Pdf stream object.  code | html
PdfString   A PdfString-class is the PDF-equivalent of a JAVA-String-object.  code | html
PdfStructureElement   This is a node in a document logical structure.  code | html
PdfStructureTreeRoot   The structure tree root corresponds to the highest hierarchy level in a tagged PDF.  code | html
PdfTable   PdfTable is an object that contains the graphics and text of a table.  code | html
PdfTemplate   Implements the form XObject.  code | html
PdfTextArray   PdfTextArray defines an array with displacements and PdfString-objects.  code | html
PdfTransition     code | html
PdfTransparencyGroup   The transparency group dictionary.  code | html
PdfWriter   A DocWriter class for PDF.  code | html
PdfWriter.PdfBody   This class generates the structure of a PDF document.  code | html
PdfWriter.PdfBody.PdfCrossReference   PdfCrossReference is an entry in the PDF Cross-Reference table.  code | html
PdfWriter.PdfTrailer   PdfTrailer is the PDF Trailer object.  code | html
PdfXConformanceException     code | html
Pfm2afm   Converts a PFM file into an AFM file.  code | html
PushbuttonField   Creates a pushbutton field.  code | html
RadioCheckField   Creates a radio or a check field.  code | html
RandomAccessFileOrArray   An implementation of a RandomAccessFile for input only that accepts a file or a byte array as data source.  code | html
SequenceList   This class expands a string into a list of numbers.  code | html
ShadingColor   Implements a shading pattern as a Color code | html
SimpleBookmark   Bookmark processing in a simple way.  code | html
SimpleNamedDestination     code | html
SimpleXMLParser   A simple XML and HTML parser.  code | html
SpotColor     code | html
StampContent     code | html
StandardDecryption     code | html
TSAClientBouncyCastle   Time Stamp Authority Client interface implementation using Bouncy Castle org.bouncycastle.tsp package.  code | html
TextField   Supports text, combo and list fields generating the correct appearances.  code | html
TrueTypeFont   Reads a Truetype font  code | html
TrueTypeFont.FontHeader   The components of table 'head'.  code | html
TrueTypeFont.HorizontalHeader   The components of table 'hhea'.  code | html
TrueTypeFont.WindowsMetrics   The components of table 'OS/2'.  code | html
TrueTypeFontSubSet   Subsets a True Type font by removing the unneeded glyphs from the font.  code | html
TrueTypeFontUnicode   Represents a True Type font with Unicode encoding.  code | html
Type1Font   Reads a Type1 font  code | html
Type3Font   A class to support Type3 fonts.  code | html
Type3Glyph   The content where Type3 glyphs are written to.  code | html
VerticalText   Writes text vertically.  code | html
XfaForm   Processes XFA forms.  code | html
XfaForm.AcroFieldsSearch   A class to process "classic" fields.  code | html
XfaForm.InverseStore   A structure to store each part of a SOM name and link it to the next part beginning from the lower hierarchy.  code | html
XfaForm.Stack2   Another stack implementation.  code | html
XfaForm.Xml2Som   A class for some basic SOM processing.  code | html
XfaForm.Xml2SomDatasets   Processes the datasets section in the XFA form.  code | html
XfaForm.Xml2SomTemplate   Processes the template section in the XFA form.  code | html
XfdfReader   Reads a XFDF.  code | html