|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<headertype>
com.spire.doc.core.headertype
public enum headertype
type of header / footer.
enum constant summary | |
---|---|
even_footer
footer for even numbered pages. |
|
even_header
header for even numbered pages. |
|
first_page_footer
footer for the first page of the section. |
|
first_page_header
header for the first page of the section. |
|
invalid_value
specifies invalidvalue. |
|
odd_footer
footer for odd numbered pages. |
|
odd_header
header for odd numbered pages. |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final headertype invalid_value
public static final headertype even_header
public static final headertype odd_header
public static final headertype even_footer
public static final headertype odd_footer
public static final headertype first_page_header
public static final headertype first_page_footer
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |