Uses of Interface
com.helger.pdflayout.base.IPLHasVerticalAlignment
-
Packages that use IPLHasVerticalAlignment Package Description com.helger.pdflayout.base com.helger.pdflayout.element.box com.helger.pdflayout.element.table -
-
Uses of IPLHasVerticalAlignment in com.helger.pdflayout.base
Classes in com.helger.pdflayout.base with type parameters of type IPLHasVerticalAlignment Modifier and Type Interface Description interfaceIPLHasVerticalAlignment<IMPLTYPE extends IPLHasVerticalAlignment<IMPLTYPE>>Base interface for objects with a vertical alignmentSubinterfaces of IPLHasVerticalAlignment in com.helger.pdflayout.base Modifier and Type Interface Description interfaceIPLBlockElement<IMPLTYPE extends IPLBlockElement<IMPLTYPE>>Base interface for block elements.Classes in com.helger.pdflayout.base that implement IPLHasVerticalAlignment Modifier and Type Class Description classAbstractPLBlockElement<IMPLTYPE extends AbstractPLBlockElement<IMPLTYPE>>Abstract implementation ofIPLBlockElement. -
Uses of IPLHasVerticalAlignment in com.helger.pdflayout.element.box
Classes in com.helger.pdflayout.element.box that implement IPLHasVerticalAlignment 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.classPLBoxA box is a simple block element that encapsulates another element and has a padding, border and margin etc. itself -
Uses of IPLHasVerticalAlignment in com.helger.pdflayout.element.table
Classes in com.helger.pdflayout.element.table that implement IPLHasVerticalAlignment Modifier and Type Class Description classPLTableCellThis class represents a single table cell within a table row.
-