Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
TextShape.TextDirection |
HSLFTextShape.getTextDirection() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFTextShape.setTextDirection(TextShape.TextDirection orientation) |
Modifier and Type | Method and Description |
---|---|
TextShape.TextDirection |
TextShape.getTextDirection() |
static TextShape.TextDirection |
TextShape.TextDirection.valueOf(java.lang.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
|
Modifier and Type | Method and Description |
---|---|
TextShape.TextDirection |
XSLFTextShape.getTextDirection() |
TextShape.TextDirection |
XSLFTableCell.getTextDirection() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFTextShape.setTextDirection(TextShape.TextDirection orientation) |
void |
XSLFTableCell.setTextDirection(TextShape.TextDirection orientation) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.