ASPOSE home

com.aspose.words
Class TextOrientation

java.lang.Object
    extended by com.aspose.words.TextOrientation

public class TextOrientation
extends java.lang.Object

Utility class containing constants. Specifies orientation of text in a table cell or a text frame.

Field Summary
static final intHORIZONTAL
           Text is left to right, then top to bottom.
static final intUPWARD
           Text is bottom to top, then left to right.
static final intDOWNWARD
           Text is top to bottom, then right to left.
 

Field Detail

HORIZONTAL

public static final int HORIZONTAL
Text is left to right, then top to bottom.

UPWARD

public static final int UPWARD
Text is bottom to top, then left to right.

DOWNWARD

public static final int DOWNWARD
Text is top to bottom, then right to left.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home