| Package | Description |
|---|---|
| com.helger.pdflayout.config | |
| com.helger.pdflayout.element.hbox | |
| com.helger.pdflayout.element.table | |
| com.helger.pdflayout.spec |
| Modifier and Type | Method and Description |
|---|---|
WidthSpec |
WidthSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) |
| Modifier and Type | Method and Description |
|---|---|
WidthSpec |
PLHBoxColumn.getWidth() |
| Modifier and Type | Method and Description |
|---|---|
PLHBoxColumn |
AbstractPLHBox.addAndReturnColumn(int nIndex,
IPLRenderableObject<?> aElement,
WidthSpec aWidth) |
PLHBoxColumn |
AbstractPLHBox.addAndReturnColumn(IPLRenderableObject<?> aElement,
WidthSpec aWidth) |
IMPLTYPE |
AbstractPLHBox.addColumn(int nIndex,
IPLRenderableObject<?> aElement,
WidthSpec aWidth) |
IMPLTYPE |
AbstractPLHBox.addColumn(IPLRenderableObject<?> aElement,
WidthSpec aWidth) |
| Constructor and Description |
|---|
PLHBoxColumn(IPLRenderableObject<?> aElement,
WidthSpec aWidth) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.ext.ICommonsList<WidthSpec> |
PLTable.getWidths() |
| Constructor and Description |
|---|
PLTable(Iterable<? extends WidthSpec> aWidths) |
| Modifier and Type | Method and Description |
|---|---|
static WidthSpec |
WidthSpec.abs(float fValue)
Create a width element with an absolute value.
|
static WidthSpec |
WidthSpec.perc(float fPerc)
Create a width element with an percentage value.
|
static WidthSpec |
WidthSpec.star()
Create a new star width element.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.