|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xslf.usermodel.TextDirection
public class TextDirection
Vertical Text Types
Field Summary | |
---|---|
static TextDirection |
HORIZONTAL
Horizontal text. |
static TextDirection |
STACKED
Determines if all of the text is vertical ("one letter on top of another"). |
static TextDirection |
VERTICAL
Vertical orientation. |
static TextDirection |
VERTICAL_270
Vertical orientation. |
Constructor Summary | |
---|---|
TextDirection(int ordinal)
|
Method Summary | |
---|---|
int |
ordinal()
|
static TextDirection[] |
values()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TextDirection HORIZONTAL
public static final TextDirection VERTICAL
public static final TextDirection VERTICAL_270
public static final TextDirection STACKED
Constructor Detail |
---|
public TextDirection(int ordinal)
Method Detail |
---|
public int ordinal()
public static TextDirection[] values()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |