|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<HeaderFooterType>
org.apache.poi.wp.usermodel.HeaderFooterType
public enum HeaderFooterType
| Enum Constant Summary | |
|---|---|
DEFAULT
This is the default header or Footer, It is displayed on every page where a more specific header or footer is not specified. |
|
EVEN
This is an even page header or footer, it is displayed on even pages that are not the first page of the section. |
|
FIRST
This is a first page header or footer It is displayed on the first page of the section. |
|
| Method Summary | |
|---|---|
static HeaderFooterType |
forInt(int i)
|
int |
toInt()
|
static HeaderFooterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HeaderFooterType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final HeaderFooterType DEFAULT
public static final HeaderFooterType EVEN
public static final HeaderFooterType FIRST
| Method Detail |
|---|
public static HeaderFooterType[] values()
for (HeaderFooterType c : HeaderFooterType.values()) System.out.println(c);
public static HeaderFooterType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int toInt()
public static HeaderFooterType forInt(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||