Uses of Interface
com.helger.pdflayout.base.IPLSplittableObject
-
-
Uses of IPLSplittableObject in com.helger.pdflayout.base
Classes in com.helger.pdflayout.base with type parameters of type IPLSplittableObject Modifier and Type Interface Description interfaceIPLSplittableObject<IMPLTYPE extends IPLSplittableObject<IMPLTYPE,?>,SPLITTYPE extends IPLSplittableObject<?,?>>Base interface for a splittable elementinterfaceIPLSplittableObject<IMPLTYPE extends IPLSplittableObject<IMPLTYPE,?>,SPLITTYPE extends IPLSplittableObject<?,?>>Base interface for a splittable elementMethods in com.helger.pdflayout.base that return IPLSplittableObject Modifier and Type Method Description default IPLSplittableObject<?,?>IPLObject. getAsSplittable() -
Uses of IPLSplittableObject in com.helger.pdflayout.element.box
Classes in com.helger.pdflayout.element.box that implement IPLSplittableObject 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.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.classPLBoxA box is a simple block element that encapsulates another element and has a padding, border and margin etc. itself -
Uses of IPLSplittableObject in com.helger.pdflayout.element.hbox
Classes in com.helger.pdflayout.element.hbox that implement IPLSplittableObject Modifier and Type Class Description classAbstractPLHBox<IMPLTYPE extends AbstractPLHBox<IMPLTYPE>>Horizontal box - groups several columns.classPLHBoxHorizontal box - groups several columns without having layout information itself. -
Uses of IPLSplittableObject in com.helger.pdflayout.element.link
Classes in com.helger.pdflayout.element.link that implement IPLSplittableObject 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. -
Uses of IPLSplittableObject in com.helger.pdflayout.element.list
Classes in com.helger.pdflayout.element.list that implement IPLSplittableObject Modifier and Type Class Description classPLBulletPointListA simple bullet point list. -
Uses of IPLSplittableObject in com.helger.pdflayout.element.table
Classes in com.helger.pdflayout.element.table that implement IPLSplittableObject Modifier and Type Class Description classPLTableA special table with a repeating headerclassPLTableCellThis class represents a single table cell within a table row.classPLTableRowA special HBox representing a table row. -
Uses of IPLSplittableObject in com.helger.pdflayout.element.text
Classes in com.helger.pdflayout.element.text that implement IPLSplittableObject Modifier and Type Class Description classAbstractPLText<IMPLTYPE extends AbstractPLText<IMPLTYPE>>Render textclassPLTextRender text -
Uses of IPLSplittableObject in com.helger.pdflayout.element.vbox
Classes in com.helger.pdflayout.element.vbox that implement IPLSplittableObject Modifier and Type Class Description classAbstractPLVBox<IMPLTYPE extends AbstractPLVBox<IMPLTYPE>>Vertical box - groups several rows.classPLVBoxVertical box - groups several rows without having layout information itself.
-