| Package | Description |
|---|---|
| com.helger.pdflayout.element.vbox |
| Modifier and Type | Field and Description |
|---|---|
protected com.helger.commons.collection.ext.ICommonsList<PLVBoxRow> |
AbstractPLVBox.m_aRows |
| Modifier and Type | Method and Description |
|---|---|
PLVBoxRow |
AbstractPLVBox.addAndReturnRow(int nIndex,
IPLRenderableObject<?> aElement)
Add a row to this VBox.
|
PLVBoxRow |
AbstractPLVBox.addAndReturnRow(IPLRenderableObject<?> aElement)
Add a row to this VBox.
|
PLVBoxRow |
AbstractPLVBox.getFirstRow() |
PLVBoxRow |
AbstractPLVBox.getLastRow() |
PLVBoxRow |
AbstractPLVBox.getRowAtIndex(int nIndex)
Get the row at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.ext.ICommonsList<PLVBoxRow> |
AbstractPLVBox.getAllRows() |
Copyright © 2014–2016 Philip Helger. All rights reserved.