| Package | Description |
|---|---|
| com.helger.pdflayout.base | |
| com.helger.pdflayout.config | |
| com.helger.pdflayout.element | |
| com.helger.pdflayout.spec |
| Modifier and Type | Field and Description |
|---|---|
static MarginSpec |
IPLHasMargin.DEFAULT_MARGIN |
| Modifier and Type | Method and Description |
|---|---|
MarginSpec |
IPLHasMargin.getMargin() |
MarginSpec |
AbstractPLElement.getMargin() |
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
IPLHasMargin.setMargin(MarginSpec aMargin)
Set the margin values.
|
IMPLTYPE |
AbstractPLElement.setMargin(MarginSpec aMargin) |
| Modifier and Type | Method and Description |
|---|---|
MarginSpec |
MarginSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) |
| Modifier and Type | Method and Description |
|---|---|
MarginSpec |
PLPageSet.getMargin() |
| Modifier and Type | Method and Description |
|---|---|
PLPageSet |
PLPageSet.setMargin(MarginSpec aMargin) |
| Modifier and Type | Field and Description |
|---|---|
static MarginSpec |
MarginSpec.MARGIN0 |
| Modifier and Type | Method and Description |
|---|---|
static MarginSpec |
MarginSpec.createMM(float f) |
static MarginSpec |
MarginSpec.createMM(float fY,
float fX) |
static MarginSpec |
MarginSpec.createMM(float fTop,
float fRight,
float fBottom,
float fLeft) |
MarginSpec |
MarginSpec.getCloneWithBottom(float fBottom) |
MarginSpec |
MarginSpec.getCloneWithLeft(float fLeft) |
MarginSpec |
MarginSpec.getCloneWithRight(float fRight) |
MarginSpec |
MarginSpec.getCloneWithTop(float fTop) |
| Constructor and Description |
|---|
MarginSpec(MarginSpec aOther) |
Copyright © 2014–2016 Philip Helger. All rights reserved.