Search
Rotate Enumeration
See Also
 






Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public enum Rotate

 Members

  Member name Description

Angle_ClockWise

Indicates that the text in cell is rotated clockwise.

Angle_Counter_ClockWise

Indicates that the text in cell is rotated counterclockwise.

Default

Indicates default orientation.

Down

Indicates that the text in cell is rotated down.

Up

Indicates that the text in cell is rotated up.

 See Also