splittype-ag凯发旗舰厅



com.spire.xls
enum splittype

java.lang.object
  extended by java.lang.enum<splittype>
      extended by 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.
 
enum constant detail

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.


网站地图