pagebreaktype-ag凯发旗舰厅



com.spire.xls
enum pagebreaktype

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

public enum pagebreaktype
extends java.lang.enum<pagebreaktype>

page break types in excel.


enum constant summary
automatic
          represents the automatic type.
manual
          represents the manual type.
none
          represents the none type.
 
enum constant detail

automatic

public static final pagebreaktype automatic
represents the automatic type.

manual

public static final pagebreaktype manual
represents the manual type.

none

public static final pagebreaktype none
represents the none type.


网站地图