| Package | Description |
|---|---|
| com.github.jferard.fastods.attribute | |
| com.github.jferard.fastods.style |
| Modifier and Type | Method and Description |
|---|---|
static PageWritingMode |
PageWritingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageWritingMode[] |
PageWritingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static PageWritingMode |
PageStyle.DEFAULT_WRITING_MODE
The default writing mode (left to right and top to bottom)
|
| Modifier and Type | Method and Description |
|---|---|
PageWritingMode |
PageLayoutStyle.getWritingMode()
Get the writing mode
|
| Modifier and Type | Method and Description |
|---|---|
PageStyleBuilder |
PageStyleBuilder.writingMode(PageWritingMode writingMode)
Set the writing mode to one of: LRTB (left to right; top to bottom), RLTB,
TBRL, TBLR, LR, RL, TB, PAGE
|
Copyright © 2016–2021. All rights reserved.