|
ASPOSE home |
java.lang.Objectcom.aspose.words.TextOrientation
public class TextOrientation
Field Summary | ||
---|---|---|
static final int | HORIZONTAL | |
Text is left to right, then top to bottom. | ||
static final int | UPWARD | |
Text is bottom to top, then left to right. | ||
static final int | DOWNWARD | |
Text is top to bottom, then right to left. |
Field Detail |
---|
HORIZONTAL | |
public static final int HORIZONTAL |
UPWARD | |
public static final int UPWARD |
DOWNWARD | |
public static final int DOWNWARD |
|
ASPOSE home |