| Modifier and Type | Field and Description |
|---|---|
static BorderSpec |
IPLHasBorder.DEFAULT_BORDER |
| Modifier and Type | Method and Description |
|---|---|
BorderSpec |
IPLHasBorder.getBorder() |
BorderSpec |
AbstractPLElement.getBorder() |
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
IPLHasBorder.setBorder(BorderSpec aBorder)
Set the border values.
|
IMPLTYPE |
AbstractPLElement.setBorder(BorderSpec aBorder) |
| Modifier and Type | Method and Description |
|---|---|
BorderSpec |
BorderSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) |
| Modifier and Type | Method and Description |
|---|---|
BorderSpec |
PLPageSet.getBorder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PLRenderHelper.renderBorder(IPLObject<?> aElement,
PDPageContentStreamWithCache aContentStream,
float fLeft,
float fTop,
float fWidth,
float fHeight,
BorderSpec aBorder)
Render a single border
|
PLPageSet |
PLPageSet.setBorder(BorderSpec aBorder) |
static boolean |
PLRenderHelper.shouldApplyDebugBorder(BorderSpec aBorder,
boolean bDebug)
Should a debug border be drawn?
|
| Modifier and Type | Method and Description |
|---|---|
BorderSpec |
AbstractPLHBox.getColumnBorder()
Get the border around each contained column.
|
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
AbstractPLHBox.setColumnBorder(BorderSpec aBorder)
Set the border around each contained column.
|
| Modifier and Type | Method and Description |
|---|---|
BorderSpec |
IPLHasRowBorder.getRowBorder()
Get the border around each contained row.
|
BorderSpec |
AbstractPLVBox.getRowBorder()
Get the border around each contained row.
|
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
IPLHasRowBorder.setRowBorder(BorderSpec aRowBorder)
Set the border around each contained row.
|
IMPLTYPE |
AbstractPLVBox.setRowBorder(BorderSpec aRowBorder)
Set the border around each contained row.
|
| Modifier and Type | Field and Description |
|---|---|
static BorderSpec |
BorderSpec.BORDER0
Represents no border at all!
|
| 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) |
Copyright © 2014–2016 Philip Helger. All rights reserved.