Uses of Class
com.helger.pdflayout.element.hbox.PLHBoxColumn
-
Packages that use PLHBoxColumn Package Description com.helger.pdflayout.element.hbox -
-
Uses of PLHBoxColumn in com.helger.pdflayout.element.hbox
Methods in com.helger.pdflayout.element.hbox that return PLHBoxColumn Modifier and Type Method Description PLHBoxColumnAbstractPLHBox. addAndReturnColumn(int nIndex, IPLRenderableObject<?> aElement, WidthSpec aWidth)PLHBoxColumnAbstractPLHBox. addAndReturnColumn(IPLRenderableObject<?> aElement, WidthSpec aWidth)PLHBoxColumnAbstractPLHBox. getColumnAtIndex(int nIndex)PLHBoxColumnAbstractPLHBox. getFirstColumn()PLHBoxColumnAbstractPLHBox. getLastColumn()Methods in com.helger.pdflayout.element.hbox that return types with arguments of type PLHBoxColumn Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<PLHBoxColumn>AbstractPLHBox. getAllColumns()Iterable<PLHBoxColumn>AbstractPLHBox. getColumns()Method parameters in com.helger.pdflayout.element.hbox with type arguments of type PLHBoxColumn Modifier and Type Method Description voidAbstractPLHBox. forEachColumn(Consumer<? super PLHBoxColumn> aConsumer)voidAbstractPLHBox. forEachColumnByIndex(ObjIntConsumer<? super PLHBoxColumn> aConsumer)
-