splittype-人生就是博尊龙凯时
com.spire.xls
enum splittype
java.lang.object
java.lang.enum<splittype>
com.spire.xls.splittype
- all implemented interfaces:
- java.lang.comparable<splittype>
public enum splittype
- extends java.lang.enum<splittype>
split type.
enum constant summary |
custom
represents the custom split type. |
percent
represents the percent split type. |
position
represents the position split type. |
value
represents the value split type. |
position
public static final splittype position
- represents the position split type.
value
public static final splittype value
- represents the value split type.
percent
public static final splittype percent
- represents the percent split type.
custom
public static final splittype custom
- represents the custom split type.