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