|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextDirection | |
---|---|
org.apache.poi.xslf.usermodel |
Uses of TextDirection in org.apache.poi.xslf.usermodel |
---|
Fields in org.apache.poi.xslf.usermodel declared as TextDirection | |
---|---|
static TextDirection |
TextDirection.HORIZONTAL
Horizontal text. |
static TextDirection |
TextDirection.STACKED
Determines if all of the text is vertical ("one letter on top of another"). |
static TextDirection |
TextDirection.VERTICAL
Vertical orientation. |
static TextDirection |
TextDirection.VERTICAL_270
Vertical orientation. |
Methods in org.apache.poi.xslf.usermodel that return TextDirection | |
---|---|
TextDirection |
XSLFTextShape.getTextDirection()
|
static TextDirection[] |
TextDirection.values()
|
Methods in org.apache.poi.xslf.usermodel with parameters of type TextDirection | |
---|---|
void |
XSLFTextShape.setTextDirection(TextDirection orientation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |