Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface MsoTextOrientation


public interface MsoTextOrientation

Represents mso text orientation constants.


Field Summary
static short DOWNWARD
          Text rotation angle is -90.
static short NO_ROTATED
          Not rotated.
static short TOP_TO_BOTTOM
          Top to Bottom.
static short UPWARD
          Text rotation angle is 90
 

Field Detail

NO_ROTATED

static final short NO_ROTATED
Not rotated.

See Also:
Constant Field Values

TOP_TO_BOTTOM

static final short TOP_TO_BOTTOM
Top to Bottom.

See Also:
Constant Field Values

UPWARD

static final short UPWARD
Text rotation angle is 90

See Also:
Constant Field Values

DOWNWARD

static final short DOWNWARD
Text rotation angle is -90.

See Also:
Constant Field Values