Uses of Package
com.aowagie.text
-
Classes in com.aowagie.text used by com.aowagie.text Class Description Annotation AnAnnotation
is a little note that can be added to a page on a document.BadElementException Signals an attempt to create anElement
that hasn't got the right form.Cell ACell
is aRectangle
containing otherElement
s.Chapter AChapter
is a specialSection
.Chunk This is the smallest significant part of text that can be added to a document.DocListener A class that implementsDocListener
will perform some actions when some actions are performed on aDocument
.Document A generic Document class.DocumentException Signals that an error has occurred in aDocument
.Element Interface for a text element.ElementListener A class that implementsElementListener
will perform some actions when anElement
is added.Font Contains all the specifications of a font: fontfamily, size, style and color.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.HeaderFooter AHeaderFooter
-object is aRectangle
with text that can be put above and/or below every page.Image AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentLargeElement Interface implemented by Element objects that can potentially consume a lot of memory.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 anElement
that contains some meta information about the document.Paragraph AParagraph
is a series ofChunk
s and/orPhrases
.Phrase APhrase
is a series ofChunk
s.Rectangle ARectangle
is the representation of a geometric figure.Section ASection
is a part of aDocument
containing otherSection
s,Paragraph
s,List
and/orTable
s.SimpleCell Rectangle that can be used for Cells.SplitCharacter Interface for customizing the split character.Table ATable
is aRectangle
that containsCell
s, ordered in some kind of matrix.TextElementArray Interface for a text element to which other objects can be added. -
Classes in com.aowagie.text used by com.aowagie.text.factories Class Description Anchor AnAnchor
can be a reference or a destination of a reference.Annotation AnAnnotation
is a little note that can be added to a page on a document.BadElementException Signals an attempt to create anElement
that hasn't got the right form.Cell ACell
is aRectangle
containing otherElement
s.ChapterAutoNumber Chapter with auto numbering.Chunk This is the smallest significant part of text that can be added to a document.Image AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentList AList
contains severalListItem
s.ListItem AListItem
is aParagraph
that can be added to aList
.Paragraph AParagraph
is a series ofChunk
s and/orPhrases
.Phrase APhrase
is a series ofChunk
s.Rectangle ARectangle
is the representation of a geometric figure.Section ASection
is a part of aDocument
containing otherSection
s,Paragraph
s,List
and/orTable
s.Table ATable
is aRectangle
that containsCell
s, ordered in some kind of matrix. -
Classes in com.aowagie.text used by com.aowagie.text.pdf Class Description Cell ACell
is aRectangle
containing otherElement
s.Chunk This is the smallest significant part of text that can be added to a document.DocListener A class that implementsDocListener
will perform some actions when some actions are performed on aDocument
.Document A generic Document class.DocumentException Signals that an error has occurred in aDocument
.DocWriter An abstractWriter
class for documents.Element Interface for a text element.ElementListener A class that implementsElementListener
will perform some actions when anElement
is added.Font Contains all the specifications of a font: fontfamily, size, style and color.HeaderFooter AHeaderFooter
-object is aRectangle
with text that can be put above and/or below every page.Image AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentLargeElement Interface implemented by Element objects that can potentially consume a lot of memory.List AList
contains severalListItem
s.ListItem AListItem
is aParagraph
that can be added to aList
.Paragraph AParagraph
is a series ofChunk
s and/orPhrases
.Phrase APhrase
is a series ofChunk
s.Rectangle ARectangle
is the representation of a geometric figure.SplitCharacter Interface for customizing the split character.Table ATable
is aRectangle
that containsCell
s, ordered in some kind of matrix. -
Classes in com.aowagie.text used by com.aowagie.text.pdf.codec Class Description BadElementException Signals an attempt to create anElement
that hasn't got the right form.Image AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the document -
Classes in com.aowagie.text used by com.aowagie.text.pdf.codec.wmf Class Description DocumentException Signals that an error has occurred in aDocument
. -
Classes in com.aowagie.text used by com.aowagie.text.pdf.draw Class Description Element Interface for a text element.ElementListener A class that implementsElementListener
will perform some actions when anElement
is added. -
Classes in com.aowagie.text used by com.aowagie.text.pdf.events Class Description Document A generic Document class.Paragraph AParagraph
is a series ofChunk
s and/orPhrases
.Rectangle ARectangle
is the representation of a geometric figure. -
Classes in com.aowagie.text used by com.aowagie.text.pdf.interfaces Class Description DocumentException Signals that an error has occurred in aDocument
. -
Classes in com.aowagie.text used by com.aowagie.text.pdf.internal Class Description Annotation AnAnnotation
is a little note that can be added to a page on a document.Rectangle ARectangle
is the representation of a geometric figure. -
Classes in com.aowagie.text used by com.aowagie.text.xml Class Description Chunk This is the smallest significant part of text that can be added to a document.DocListener A class that implementsDocListener
will perform some actions when some actions are performed on aDocument
.Image AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the document -
Classes in com.aowagie.text used by com.aowagie.text.xml.simpleparser Class Description Chunk This is the smallest significant part of text that can be added to a document.Font Contains all the specifications of a font: fontfamily, size, style and color.