readingordertype-ag凯发旗舰厅
com.spire.xls
enum readingordertype
java.lang.object
java.lang.enum<readingordertype>
com.spire.xls.readingordertype
- all implemented interfaces:
- java.lang.comparable<readingordertype>
public enum readingordertype
- extends java.lang.enum<readingordertype>
reading order types.
enum constant summary |
context
represents the context reading order type. |
lefttoright
represents the left to right reading order type. |
righttoleft
represents the right to left reading order type. |
context
public static final readingordertype context
- represents the context reading order type.
lefttoright
public static final readingordertype lefttoright
- represents the left to right reading order type.
righttoleft
public static final readingordertype righttoleft
- represents the right to left reading order type.