Module itextpdf
Package com.itextpdf.text
-
Interface Summary Interface Description DocListener A class that implementsDocListenerwill perform some actions when some actions are performed on aDocument.Element Interface for a text element.ElementListener A class that implementsElementListenerwill perform some actions when anElementis added.FontProvider These two methods are used by FactoryProperties (for HTMLWorker).LargeElement Interface implemented by Element objects that can potentially consume a lot of memory.RtfElementInterface The RTF jar depends on the iText jar, but the iText jar may not depend on the RTF jar.SplitCharacter Interface for customizing the split character.TextElementArray Interface for a text element to which other objects can be added. -
Class Summary Class Description Anchor AnAnchorcan be a reference or a destination of a reference.Annotation AnAnnotationis a little note that can be added to a page on a document.Cell ACellis aRectanglecontaining otherElements.Chapter AChapteris a specialSection.ChapterAutoNumber Chapter with auto numbering.Chunk This is the smallest significant part of text that can be added to a document.Document A generic Document class.DocWriter An abstractWriterclass for documents.ElementTags A class that contains all the possible tagnames and their attributes.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.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.GreekList A special-version ofLISTwhich use greek-letters.Header This is anElementthat contains some user defined meta information about the document.HeaderFooter AHeaderFooter-object is aRectanglewith text that can be put above and/or below every page.Image AnImageis the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentImgCCITT CCITT Image data that has to be inserted into the documentImgJBIG2 Support for JBIG2 images.ImgRaw Raw Image data that has to be inserted into the documentImgTemplate PdfTemplate that has to be inserted into the documentImgWMF AnImgWMFis the representation of a windows metafile that has to be inserted into the documentJpeg AnJpegis the representation of a graphic element (JPEG) that has to be inserted into the documentJpeg2000 AnJpeg2000is the representation of a graphic element (JPEG) that has to be inserted into the documentList AListcontains severalListItems.ListItem AListItemis aParagraphthat can be added to aList.MarkedObject Wrapper that allows to add properties to 'basic building block' objects.MarkedSection Wrapper that allows to add properties to a Chapter/Section object.Meta This is anElementthat contains some meta information about the document.PageSize ThePageSize-object contains a number of rectangles representing the most common paper sizes.Paragraph AParagraphis a series ofChunks and/orPhrases.Phrase APhraseis a series ofChunks.Rectangle ARectangleis the representation of a geometric figure.RectangleReadOnly ARectangleReadOnlyis the representation of a geometric figure.RomanList A special-version ofLISTwhich use roman-letters.Row ARowis part of aTableand contains someCells.Section ASectionis a part of aDocumentcontaining otherSections,Paragraphs,Listand/orTables.SimpleCell Rectangle that can be used for Cells.SimpleTable Rectangle that can be used for Cells.SpecialSymbol This class contains the symbols that correspond with special symbols.Table ATableis aRectanglethat containsCells, ordered in some kind of matrix.Utilities A collection of convenience methods that were present in many different iText classes.ZapfDingbatsList A special-version ofLISTwhich use zapfdingbats-letters.ZapfDingbatsNumberList A special-version ofLISTwhich use zapfdingbats-numbers (1..10). -
Exception Summary Exception Description BadElementException Signals an attempt to create anElementthat hasn't got the right form.DocumentException Signals that an error has occurred in aDocument.ExceptionConverter The ExceptionConverter changes a checked exception into an unchecked exception.