Uses of Interface
com.aowagie.text.LargeElement
-
Packages that use LargeElement Package Description com.aowagie.text com.aowagie.text.pdf -
-
Uses of LargeElement in com.aowagie.text
Classes in com.aowagie.text that implement LargeElement Modifier and Type Class Description class
Chapter
AChapter
is a specialSection
.class
ChapterAutoNumber
Chapter with auto numbering.class
Section
ASection
is a part of aDocument
containing otherSection
s,Paragraph
s,List
and/orTable
s.class
Table
ATable
is aRectangle
that containsCell
s, ordered in some kind of matrix. -
Uses of LargeElement in com.aowagie.text.pdf
Classes in com.aowagie.text.pdf that implement LargeElement Modifier and Type Class Description class
PdfPTable
This is a table that can be put at an absolute position but can also be added to the document as the classTable
.
-