|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<worksheetcopytype>
com.spire.xls.worksheetcopytype
public enum worksheetcopytype
enumeration to specify options when copying worksheets.
enum constant summary | |
---|---|
clearbefore
represents the clearbefore copy flags. |
|
copyall
represents the copy all copy flags. |
|
copyautofilters
represents the copyautofilters copy flags. |
|
copycells
represents the copycells copy flags. |
|
copycolumnheight
represents the copycolumnheight copy flags. |
|
copyconditionlformats
represents the copyconditionlformats copy flags. |
|
copydatavalidations
represents the copydatavalidations copy flags. |
|
copymerges
represents the copymerges copy flags. |
|
copynames
represents the copynames copy flags. |
|
copyoptions
represents the copyoptions copy flags. |
|
copypagesetup
copy page setup (page breaks, paper orientation, header, footer and other properties). |
|
copypalette
copies palette. |
|
copypivottables
copy pivot table objects. |
|
copyrowheight
represents the copyrowheight copy flags. |
|
copyshapes
represents the copyshapes copy flags. |
|
copytables
represents the copyall copy flags. |
|
copywithoutnames
represents the copywithoutnames copy flags. |
|
none
no flags. |
enum constant detail |
---|
public static final worksheetcopytype none
public static final worksheetcopytype clearbefore
public static final worksheetcopytype copynames
public static final worksheetcopytype copycells
public static final worksheetcopytype copyrowheight
public static final worksheetcopytype copycolumnheight
public static final worksheetcopytype copyoptions
public static final worksheetcopytype copymerges
public static final worksheetcopytype copyshapes
public static final worksheetcopytype copyconditionlformats
public static final worksheetcopytype copyautofilters
public static final worksheetcopytype copydatavalidations
public static final worksheetcopytype copypagesetup
public static final worksheetcopytype copytables
public static final worksheetcopytype copypivottables
public static final worksheetcopytype copypalette
public static final worksheetcopytype copyall
public static final worksheetcopytype copywithoutnames
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |