|
|||||||||
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 |