sectionbreaktype-ag凯发旗舰厅



com.spire.doc.documents
enum sectionbreaktype

java.lang.object
  extended by java.lang.enum<sectionbreaktype>
      extended by com.spire.doc.documents.sectionbreaktype
all implemented interfaces:
java.lang.comparable<sectionbreaktype>

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

specifies type of the section break code.


enum constant summary
even_page
          the section starts on a new even page.
new_column
          the section starts from a new column.
new_page
          the section starts from a new page.
no_break
          the section starts on the same page.
oddpage
          the section starts on a new odd page.
 
method summary
 int getvalue()
           
 
enum constant detail

no_break

public static final sectionbreaktype no_break
the section starts on the same page.

new_column

public static final sectionbreaktype new_column
the section starts from a new column.

new_page

public static final sectionbreaktype new_page
the section starts from a new page.

even_page

public static final sectionbreaktype even_page
the section starts on a new even page.

oddpage

public static final sectionbreaktype oddpage
the section starts on a new odd page.
method detail

getvalue

public int getvalue()


网站地图