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

com.lowagie.text

Sub Packages:

com.lowagie.text.exceptions    
com.lowagie.text.factories    
com.lowagie.text.html    
com.lowagie.text.html.simpleparser    
com.lowagie.text.markup    
com.lowagie.text.pdf    
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    
com.lowagie.text.rtf    
com.lowagie.text.rtf.direct    
com.lowagie.text.rtf.document    
com.lowagie.text.rtf.document.output    
com.lowagie.text.rtf.field    
com.lowagie.text.rtf.graphic    
com.lowagie.text.rtf.headerfooter    
com.lowagie.text.rtf.list    
com.lowagie.text.rtf.parser    
com.lowagie.text.rtf.parser.ctrlwords    
com.lowagie.text.rtf.parser.destinations    
com.lowagie.text.rtf.parser.enumerations    
com.lowagie.text.rtf.parser.exceptions    
com.lowagie.text.rtf.parser.properties    
com.lowagie.text.rtf.style    
com.lowagie.text.rtf.table    
com.lowagie.text.rtf.text    
com.lowagie.text.xml    
com.lowagie.text.xml.simpleparser    
com.lowagie.text.xml.xmp    

Interfaces:

DocListener   A class that implements DocListener will perform some actions when some actions are performed on a Document code | html
Element   Interface for a text element.  code | html
ElementListener   A class that implements ElementListener will perform some actions when an Element is added.  code | html
LargeElement   Interface implemented by Element objects that can potentially consume a lot of memory.  code | html
MarkupAttributes   Defines the interface for an Element with markup attributes-- that is, random String-to-String properties for representation in markup languages such as HTML and XML.  code | html
RtfElementInterface   The RTF jar depends on the iText jar, but the iText jar may not depend on the RTF jar.  code | html
SplitCharacter   Interface for customizing the split character.  code | html
TextElementArray   Interface for a text element to which other objects can be added.  code | html

Abstract Classes:

DocWriter   An abstract Writer class for documents.  code | html
Image   An Image is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the document  code | html

Classes:

Anchor   An Anchor can be a reference or a destination of a reference.  code | html
Annotation   An Annotation is a little note that can be added to a page on a document.  code | html
BadElementException   Signals an attempt to create an Element that hasn't got the right form.  code | html
Cell   A Cell is a Rectangle containing other Elements.  code | html
Chapter   A Chapter is a special Section code | html
ChapterAutoNumber   Chapter with auto numbering.  code | html
Chunk   This is the smallest significant part of text that can be added to a document.  code | html
Document   A generic Document class.  code | html
DocumentException   Signals that an error has occurred in a Document code | html
ElementTags   A class that contains all the possible tagnames and their attributes.  code | html
Entities   This class contains entities that can be used in an entity tag.  code | html
ExceptionConverter   The ExceptionConverter changes a checked exception into an unchecked exception.  code | html
Font   Contains all the specifications of a font: fontfamily, size, style and color.  code | html
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.  code | html
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.  code | html
Graphic   A Graphic element can contain several geometric figures (curves, lines,...).  code | html
GreekList   A special-version of LIST which use greek-letters.  code | html
Header   This is an Element that contains some user defined meta information about the document.  code | html
HeaderFooter   A HeaderFooter-object is a Rectangle with text that can be put above and/or below every page.  code | html
ImgCCITT   CCITT Image data that has to be inserted into the document  code | html
ImgJBIG2   Support for JBIG2 images.  code | html
ImgPostscript   An ImgPostscript is the representation of an EPS that has to be inserted into the document  code | html
ImgRaw   Raw Image data that has to be inserted into the document  code | html
ImgTemplate   PdfTemplate that has to be inserted into the document  code | html
ImgWMF   An ImgWMF is the representation of a windows metafile that has to be inserted into the document  code | html
Jpeg   An Jpeg is the representation of a graphic element (JPEG) that has to be inserted into the document  code | html
Jpeg2000   An Jpeg2000 is the representation of a graphic element (JPEG) that has to be inserted into the document  code | html
List   A List contains several ListItems.  code | html
ListItem   A ListItem is a Paragraph that can be added to a List code | html
MarkedObject   Wrapper that allows to add properties to 'basic building block' objects.  code | html
MarkedSection   Wrapper that allows to add properties to a Chapter/Section object.  code | html
Meta   This is an Element that contains some meta information about the document.  code | html
PageSize   The PageSize-object contains a number of rectangles representing the most common paper sizes.  code | html
Paragraph   A Paragraph is a series of Chunks and/or Phrases code | html
Phrase   A Phrase is a series of Chunks.  code | html
Rectangle   A Rectangle is the representation of a geometric figure.  code | html
RectangleReadOnly   A RectangleReadOnly is the representation of a geometric figure.  code | html
RomanList   A special-version of LIST which use roman-letters.  code | html
Row   A Row is part of a Table and contains some Cells code | html
Section   A Section is a part of a Document containing other Sections, Paragraphs, List and/or Tables.  code | html
SimpleCell   Rectangle that can be used for Cells.  code | html
SimpleTable   Rectangle that can be used for Cells.  code | html
SpecialSymbol   This class contains the symbols that correspond with special symbols.  code | html
StringCompare   This class was used in the 1.1-version of iText (by Volker Richert).  code | html
Table   A Table is a Rectangle that contains Cells, ordered in some kind of matrix.  code | html
Utilities   A collection of convenience methods that were present in many different iText classes.  code | html
Watermark   A Watermark is a graphic element (GIF or JPEG) that is shown on a certain position on each page.  code | html
ZapfDingbatsList   A special-version of LIST which use zapfdingbats-letters.  code | html
ZapfDingbatsNumberList   A special-version of LIST which use zapfdingbats-numbers (1..10).  code | html