Uses of Class
com.helger.pdflayout.element.box.AbstractPLBox
Packages that use AbstractPLBox
-
Uses of AbstractPLBox in com.helger.pdflayout.element.box
Classes in com.helger.pdflayout.element.box with type parameters of type AbstractPLBoxModifier and TypeClassDescriptionclassAbstractPLBox<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.boxModifier and TypeClassDescriptionclassA 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.tableModifier and TypeClassDescriptionclassThis class represents a single table cell within a table row.