linenumberingrestartmode-ag凯发旗舰厅
com.spire.doc
enum linenumberingrestartmode
java.lang.object
java.lang.enum<linenumberingrestartmode>
com.spire.doc.linenumberingrestartmode
- all implemented interfaces:
- java.lang.comparable<linenumberingrestartmode>
public enum linenumberingrestartmode
- extends java.lang.enum<linenumberingrestartmode>
specifies when line numbering is restarted.
enum constant summary |
continuous
line numbering continuous from the previous section. |
none
none. |
restart_page
line numbering restarts at the start of every page |
restart_section
line numbering restarts at the section start. |
restart_page
public static final linenumberingrestartmode restart_page
- line numbering restarts at the start of every page
restart_section
public static final linenumberingrestartmode restart_section
- line numbering restarts at the section start.
continuous
public static final linenumberingrestartmode continuous
- line numbering continuous from the previous section.
none
public static final linenumberingrestartmode none
- none.
getvalue
public int getvalue()