Uses of Class
com.helger.pdflayout.element.box.AbstractPLBox
-
Packages that use AbstractPLBox Package Description com.helger.pdflayout.element.box com.helger.pdflayout.element.table -
-
Uses of AbstractPLBox in com.helger.pdflayout.element.box
Classes in com.helger.pdflayout.element.box with type parameters of type AbstractPLBox Modifier and Type Class Description classAbstractPLBox<IMPLTYPE extends AbstractPLBox<IMPLTYPE>>A box is a simple element that encapsulates another element and has a padding, border and margin itself as well as it can align the contained element.Subclasses of AbstractPLBox in com.helger.pdflayout.element.box Modifier and Type Class Description classPLBoxA box is a simple block element that encapsulates another element and has a padding, border and margin etc. itself -
Uses of AbstractPLBox in com.helger.pdflayout.element.table
Subclasses of AbstractPLBox in com.helger.pdflayout.element.table Modifier and Type Class Description classPLTableCellThis class represents a single table cell within a table row.
-