| Package | Description |
|---|---|
| com.helger.pdflayout |
| Modifier and Type | Method and Description |
|---|---|
default IPDDocumentCustomizer |
IPDDocumentCustomizer.and(IPDDocumentCustomizer aNextCustomizer)
Invoke this customizer and afterwards the provided customizer.
|
static IPDDocumentCustomizer |
IPDDocumentCustomizer.and(IPDDocumentCustomizer aCustomizer1,
IPDDocumentCustomizer aCustomizer2)
Create a customizer that invokes both customizers if they are
non-
null. |
| Modifier and Type | Method and Description |
|---|---|
default IPDDocumentCustomizer |
IPDDocumentCustomizer.and(IPDDocumentCustomizer aNextCustomizer)
Invoke this customizer and afterwards the provided customizer.
|
static IPDDocumentCustomizer |
IPDDocumentCustomizer.and(IPDDocumentCustomizer aCustomizer1,
IPDDocumentCustomizer aCustomizer2)
Create a customizer that invokes both customizers if they are
non-
null. |
void |
PageLayoutPDF.renderTo(IPDDocumentCustomizer aCustomizer,
OutputStream aOS)
Render this layout to an OutputStream.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.