worksheetcopytype-ag凯发旗舰厅



com.spire.xls
enum worksheetcopytype

java.lang.object
  extended by java.lang.enum<worksheetcopytype>
      extended by com.spire.xls.worksheetcopytype
all implemented interfaces:
java.lang.comparable<worksheetcopytype>

public enum worksheetcopytype
extends java.lang.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

none

public static final worksheetcopytype none
no flags.

clearbefore

public static final worksheetcopytype clearbefore
represents the clearbefore copy flags.

copynames

public static final worksheetcopytype copynames
represents the copynames copy flags.

copycells

public static final worksheetcopytype copycells
represents the copycells copy flags.

copyrowheight

public static final worksheetcopytype copyrowheight
represents the copyrowheight copy flags.

copycolumnheight

public static final worksheetcopytype copycolumnheight
represents the copycolumnheight copy flags.

copyoptions

public static final worksheetcopytype copyoptions
represents the copyoptions copy flags.

copymerges

public static final worksheetcopytype copymerges
represents the copymerges copy flags.

copyshapes

public static final worksheetcopytype copyshapes
represents the copyshapes copy flags.

copyconditionlformats

public static final worksheetcopytype copyconditionlformats
represents the copyconditionlformats copy flags.

copyautofilters

public static final worksheetcopytype copyautofilters
represents the copyautofilters copy flags.

copydatavalidations

public static final worksheetcopytype copydatavalidations
represents the copydatavalidations copy flags.

copypagesetup

public static final worksheetcopytype copypagesetup
copy page setup (page breaks, paper orientation, header, footer and other properties).

copytables

public static final worksheetcopytype copytables
represents the copyall copy flags.

copypivottables

public static final worksheetcopytype copypivottables
copy pivot table objects.

copypalette

public static final worksheetcopytype copypalette
copies palette.

copyall

public static final worksheetcopytype copyall
represents the copy all copy flags.

copywithoutnames

public static final worksheetcopytype copywithoutnames
represents the copywithoutnames copy flags.


网站地图