pagebreaktype-ag凯发旗舰厅
com.spire.xls
enum pagebreaktype
java.lang.object
java.lang.enum<pagebreaktype>
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. |
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.