Uses of Interface
com.lowagie.text.alignment.WithHorizontalAlignment
-
Packages that use WithHorizontalAlignment Package Description com.lowagie.text -
-
Uses of WithHorizontalAlignment in com.lowagie.text
Classes in com.lowagie.text that implement WithHorizontalAlignment Modifier and Type Class Description class
Cell
ACell
is aRectangle
containing otherElement
s.class
Row
ARow
is part of aTable
and contains someCells
.class
Table
ATable
is aRectangle
that containsCell
s, ordered in some kind of matrix.
-