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