| Package | Description |
|---|---|
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
TextShape.TextDirection |
TextShape.getTextDirection() |
static TextShape.TextDirection |
TextShape.TextDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextShape.TextDirection[] |
TextShape.TextDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextShape.setTextDirection(TextShape.TextDirection orientation)
sets the vertical orientation
|