Uses of Class
com.helger.pdflayout.element.box.AbstractPLInlineBox
-
Packages that use AbstractPLInlineBox Package Description com.helger.pdflayout.element.box com.helger.pdflayout.element.link -
-
Uses of AbstractPLInlineBox in com.helger.pdflayout.element.box
Classes in com.helger.pdflayout.element.box with type parameters of type AbstractPLInlineBox Modifier and Type Class Description classAbstractPLInlineBox<IMPLTYPE extends AbstractPLInlineBox<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. -
Uses of AbstractPLInlineBox in com.helger.pdflayout.element.link
Subclasses of AbstractPLInlineBox in com.helger.pdflayout.element.link Modifier and Type Class Description classAbstractPLExternalLink<IMPLTYPE extends AbstractPLExternalLink<IMPLTYPE>>An external link that references to an external URI.classPLExternalLinkAn external link that references to an external URI.
-