expandcollapseflags-ag凯发旗舰厅
com.spire.xls
enum expandcollapseflags
java.lang.object
java.lang.enum<expandcollapseflags>
com.spire.xls.expandcollapseflags
- all implemented interfaces:
- java.lang.comparable<expandcollapseflags>
public enum expandcollapseflags
- extends java.lang.enum<expandcollapseflags>
flags for expand/collapse settings.
enum constant summary |
default
default options. |
expandparent
indicates whether we have to expand parent group when expanding child (to make it visible). |
includesubgroups
indicates whether subgroups must be included into operation. |
method summary |
java.lang.string |
getname()
get expand collapse flags name |
int |
getvalue()
get expand collapse flags value |
default
public static final expandcollapseflags default
- default options.
includesubgroups
public static final expandcollapseflags includesubgroups
- indicates whether subgroups must be included into operation.
expandparent
public static final expandcollapseflags expandparent
- indicates whether we have to expand parent group when expanding child (to make it visible).
getname
public java.lang.string getname()
- get expand collapse flags name
getvalue
public int getvalue()
- get expand collapse flags value