com.aspose.cells
Class TextOrientationType

java.lang.Object
    extended by com.aspose.cells.TextOrientationType

public class TextOrientationType 
extends java.lang.Object

Utility class containing constants. Enumerates text orientation types.

Field Summary
static final intCLOCK_WISE
           text is rotated 90 degrees clockwise
static final intCOUNTER_CLOCK_WISE
           text is rotated 90 degrees counterclockwise
static final intNO_ROTATION
           Represents the default value.
static final intTOP_TO_BOTTOM
           Displays text from top to bottom of the cell.
 

Field Detail

CLOCK_WISE

public static final int CLOCK_WISE
text is rotated 90 degrees clockwise

COUNTER_CLOCK_WISE

public static final int COUNTER_CLOCK_WISE
text is rotated 90 degrees counterclockwise

NO_ROTATION

public static final int NO_ROTATION
Represents the default value.

TOP_TO_BOTTOM

public static final int TOP_TO_BOTTOM
Displays text from top to bottom of the cell.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.