Uses of Class
com.helger.pdflayout.element.vbox.PLVBoxRow
Packages that use PLVBoxRow
-
Uses of PLVBoxRow in com.helger.pdflayout.element.vbox
Methods in com.helger.pdflayout.element.vbox that return PLVBoxRowModifier and TypeMethodDescriptionAbstractPLVBox.addAndReturnRow(int nIndex, IPLRenderableObject<?> aElement, HeightSpec aHeight) Add a row to this VBox.AbstractPLVBox.addAndReturnRow(IPLRenderableObject<?> aElement) Add a row to this VBox using auto height.final PLVBoxRowAbstractPLVBox.addAndReturnRow(IPLRenderableObject<?> aElement, HeightSpec aHeight) Add a row to this VBox.AbstractPLVBox.getFirstRow()AbstractPLVBox.getLastRow()AbstractPLVBox.getRowAtIndex(int nIndex) Get the row at the specified index.Methods in com.helger.pdflayout.element.vbox that return types with arguments of type PLVBoxRowModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<PLVBoxRow>AbstractPLVBox.getAllRows()AbstractPLVBox.getRows()Method parameters in com.helger.pdflayout.element.vbox with type arguments of type PLVBoxRowModifier and TypeMethodDescriptionvoidAbstractPLVBox.forEachRow(Consumer<? super PLVBoxRow> aConsumer) voidAbstractPLVBox.forEachRowByIndex(ObjIntConsumer<? super PLVBoxRow> aConsumer)