| Package | Description |
|---|---|
| com.github.jferard.fastods.style |
| Modifier and Type | Field and Description |
|---|---|
static PaperFormat |
PageStyle.DEFAULT_FORMAT
The default format (A4)
|
| Modifier and Type | Method and Description |
|---|---|
static PaperFormat |
PaperFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaperFormat[] |
PaperFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PageStyleBuilder |
PageStyleBuilder.paperFormat(PaperFormat paperFormat)
Set the paper format to one of: A3, A4, A5, LETTER, LEGAL, USER
USER is automatically used if you use
setPageHeight() or setPageWidth(). |
Copyright © 2016–2021. All rights reserved.