textrotationtype-ag凯发旗舰厅



com.spire.xls
enum textrotationtype

java.lang.object
  extended by java.lang.enum<textrotationtype>
      extended by com.spire.xls.textrotationtype
all implemented interfaces:
java.lang.comparable<textrotationtype>

public enum textrotationtype
extends java.lang.enum<textrotationtype>

text rotation types.


enum constant summary
clockwise
          represents the clockwise text rotation.
counterclockwise
          represents the counterclockwise text rotation.
lefttoright
          represents the lefttoright text rotation.
toptobottom
          represents the toptobottom text rotation.
 
enum constant detail

lefttoright

public static final textrotationtype lefttoright
represents the lefttoright text rotation.

toptobottom

public static final textrotationtype toptobottom
represents the toptobottom text rotation.

counterclockwise

public static final textrotationtype counterclockwise
represents the counterclockwise text rotation.

clockwise

public static final textrotationtype clockwise
represents the clockwise text rotation.


网站地图