Uses of Interface
com.helger.pdflayout.base.IPLSplittableObject
Packages that use IPLSplittableObject
Package
Description
-
Uses of IPLSplittableObject in com.helger.pdflayout.base
Classes in com.helger.pdflayout.base with type parameters of type IPLSplittableObjectModifier and TypeInterfaceDescriptioninterfaceIPLSplittableObject<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 -
Uses of IPLSplittableObject in com.helger.pdflayout.element.box
Classes in com.helger.pdflayout.element.box that implement IPLSplittableObjectModifier 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.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.classA 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 IPLSplittableObjectModifier and TypeClassDescriptionclassAbstractPLHBox<IMPLTYPE extends AbstractPLHBox<IMPLTYPE>>Horizontal box - groups several columns.classHorizontal 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 IPLSplittableObjectModifier and TypeClassDescriptionclassAbstractPLExternalLink<IMPLTYPE extends AbstractPLExternalLink<IMPLTYPE>>An external link that references to an external URI.classAn 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 -
Uses of IPLSplittableObject in com.helger.pdflayout.element.table
Classes in com.helger.pdflayout.element.table that implement IPLSplittableObjectModifier and TypeClassDescriptionclassA special table with a repeating headerclassThis class represents a single table cell within a table row.classA special HBox representing a table row. -
Uses of IPLSplittableObject in com.helger.pdflayout.element.text
Classes in com.helger.pdflayout.element.text that implement IPLSplittableObjectModifier and TypeClassDescriptionclassAbstractPLText<IMPLTYPE extends AbstractPLText<IMPLTYPE>>Render textclassRender text -
Uses of IPLSplittableObject in com.helger.pdflayout.element.vbox
Classes in com.helger.pdflayout.element.vbox that implement IPLSplittableObjectModifier and TypeClassDescriptionclassAbstractPLVBox<IMPLTYPE extends AbstractPLVBox<IMPLTYPE>>Vertical box - groups several rows.classVertical box - groups several rows without having layout information itself.