axistextdirectiontype-ag凯发旗舰厅



com.spire.xls
enum axistextdirectiontype

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

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

represents axis text direction.


enum constant summary
context
          represents context text direction.
lefttoright
          represents left-to-right text direction.
righttoleft
          represents right-to-left text direction.
 
enum constant detail

context

public static final axistextdirectiontype context
represents context text direction.

lefttoright

public static final axistextdirectiontype lefttoright
represents left-to-right text direction.

righttoleft

public static final axistextdirectiontype righttoleft
represents right-to-left text direction.


网站地图