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 | Method and Description |
---|---|
static PageRange |
PageRange.of(int from,
int to)
Creates a new page range instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<PageRange> |
PageRanges.pageRanges()
Returns an immutable set containing the page ranges to print.
|
Modifier and Type | Method and Description |
---|---|
T |
PageRanges.pageRanges(PageRange... pageRanges)
Configures the page ranges to print.
|
Modifier and Type | Method and Description |
---|---|
T |
PageRanges.pageRanges(java.util.Set<PageRange> pageRanges)
Configures the page ranges to print.
|