| Package | Description |
|---|---|
| com.helger.pdflayout.base | |
| com.helger.pdflayout.config | |
| com.helger.pdflayout.element.hbox | |
| com.helger.pdflayout.element.vbox | |
| com.helger.pdflayout.spec |
| Modifier and Type | Method and Description |
|---|---|
default IMPLTYPE |
IPLHasBorder.setBorder(BorderStyleSpec aBorder)
Set all border values (left, top, right, bottom) to the same value.
|
default IMPLTYPE |
IPLHasBorder.setBorder(BorderStyleSpec aBorderY,
BorderStyleSpec aBorderX)
Set all border values.
|
default IMPLTYPE |
IPLHasBorder.setBorder(BorderStyleSpec aBorderTop,
BorderStyleSpec aBorderRight,
BorderStyleSpec aBorderBottom,
BorderStyleSpec aBorderLeft)
Set all border values to potentially different values.
|
default IMPLTYPE |
IPLHasBorder.setBorderBottom(BorderStyleSpec aBorder)
Set the bottom border value.
|
default IMPLTYPE |
IPLHasBorder.setBorderLeft(BorderStyleSpec aBorder)
Set the left border value.
|
default IMPLTYPE |
IPLHasBorder.setBorderRight(BorderStyleSpec aBorder)
Set the right border value.
|
default IMPLTYPE |
IPLHasBorder.setBorderTop(BorderStyleSpec aBorder)
Set the top border value.
|
| Modifier and Type | Method and Description |
|---|---|
BorderStyleSpec |
BorderStyleSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) |
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
AbstractPLHBox.setColumnBorder(BorderStyleSpec aBorder)
Set the border around each contained column.
|
IMPLTYPE |
AbstractPLHBox.setColumnBorder(BorderStyleSpec aBorderY,
BorderStyleSpec aBorderX)
Set the border around each contained column.
|
IMPLTYPE |
AbstractPLHBox.setColumnBorder(BorderStyleSpec aBorderTop,
BorderStyleSpec aBorderRight,
BorderStyleSpec aBorderBottom,
BorderStyleSpec aBorderLeft)
Set the border around each contained column.
|
IMPLTYPE |
AbstractPLHBox.setColumnBorderBottom(BorderStyleSpec aBorder)
Set the bottom border value around each contained column.
|
IMPLTYPE |
AbstractPLHBox.setColumnBorderLeft(BorderStyleSpec aBorder)
Set the left border value around each contained column.
|
IMPLTYPE |
AbstractPLHBox.setColumnBorderRight(BorderStyleSpec aBorder)
Set the right border value around each contained column.
|
IMPLTYPE |
AbstractPLHBox.setColumnBorderTop(BorderStyleSpec aBorder)
Set the top border value around each contained column.
|
| Modifier and Type | Method and Description |
|---|---|
default IMPLTYPE |
IPLHasRowBorder.setRowBorder(BorderStyleSpec aBorder)
Set the border around each contained row.
|
default IMPLTYPE |
IPLHasRowBorder.setRowBorder(BorderStyleSpec aBorderY,
BorderStyleSpec aBorderX)
Set the border around each contained row.
|
default IMPLTYPE |
IPLHasRowBorder.setRowBorder(BorderStyleSpec aBorderTop,
BorderStyleSpec aBorderRight,
BorderStyleSpec aBorderBottom,
BorderStyleSpec aBorderLeft)
Set the border around each contained row.
|
default IMPLTYPE |
IPLHasRowBorder.setRowBorderBottom(BorderStyleSpec aBorder)
Set the bottom border value around each contained row.
|
default IMPLTYPE |
IPLHasRowBorder.setRowBorderLeft(BorderStyleSpec aBorder)
Set the left border value around each contained row.
|
default IMPLTYPE |
IPLHasRowBorder.setRowBorderRight(BorderStyleSpec aBorder)
Set the right border value around each contained row.
|
default IMPLTYPE |
IPLHasRowBorder.setRowBorderTop(BorderStyleSpec aBorder)
Set the top border value around each contained row.
|
| Modifier and Type | Field and Description |
|---|---|
static BorderStyleSpec |
BorderStyleSpec.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
BorderStyleSpec |
BorderSpec.getBottom() |
BorderStyleSpec |
BorderStyleSpec.getCloneWithColor(Color aNewColor) |
BorderStyleSpec |
BorderStyleSpec.getCloneWithLineDashPattern(LineDashPatternSpec aNewLineDashPattern) |
BorderStyleSpec |
BorderStyleSpec.getCloneWithLineWidth(float fNewLineWidth) |
BorderStyleSpec |
BorderSpec.getLeft() |
BorderStyleSpec |
BorderSpec.getRight() |
BorderStyleSpec |
BorderSpec.getTop() |
| Modifier and Type | Method and Description |
|---|---|
BorderSpec |
BorderSpec.getCloneWithBottom(BorderStyleSpec aBottom) |
BorderSpec |
BorderSpec.getCloneWithLeft(BorderStyleSpec aLeft) |
BorderSpec |
BorderSpec.getCloneWithRight(BorderStyleSpec aRight) |
BorderSpec |
BorderSpec.getCloneWithTop(BorderStyleSpec aTop) |
| Constructor and Description |
|---|
BorderSpec(BorderStyleSpec aBorder)
Constructor.
|
BorderSpec(BorderStyleSpec aBorderY,
BorderStyleSpec aBorderX)
Constructor.
|
BorderSpec(BorderStyleSpec aBorderTop,
BorderStyleSpec aBorderRight,
BorderStyleSpec aBorderBottom,
BorderStyleSpec aBorderLeft)
Constructor.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.