| 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 PagesPerSheet |
PagesPerSheet.forNumber(int value) |
static PagesPerSheet |
PagesPerSheet.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PagesPerSheet |
PagesPerSheet.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PagesPerSheet |
PagesPerSheet.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PagesPerSheet[] |
PagesPerSheet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<PagesPerSheet> |
PagesPerSheet.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PagesPerSheet |
PagesPerSheet.pagesPerSheet()
Returns the number of pages per sheet.
|
| Modifier and Type | Method and Description |
|---|---|
T |
PagesPerSheet.pagesPerSheet(PagesPerSheet pagesPerSheet)
Configures the number of pages per sheet.
|