| Package | Description |
|---|---|
| com.teamdev.jxbrowser.print |
Contains classes and interfaces for printing.
|
| com.teamdev.jxbrowser.print.settings |
Contains classes and interfaces related to print settings.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PageMargins.CustomMargins
Page margins in points.
|
| Modifier and Type | Method and Description |
|---|---|
static PageMargins |
PageMargins.defaultMargins()
Creates default margins for the web page.
|
static PageMargins |
PageMargins.none()
Creates empty margins for the web page.
|
| Modifier and Type | Method and Description |
|---|---|
PageMargins |
PageMargins.pageMargins()
Returns the page margins.
|
| Modifier and Type | Method and Description |
|---|---|
T |
PageMargins.pageMargins(PageMargins pageMargins)
Configures the page margins for printing.
|