public enum HeaderFooterFieldType extends Enum<HeaderFooterFieldType>
HeaderFooterSection
predefined fields.Enum Constant and Description |
---|
DATE
Current date.
|
FILE_NAME
File name.
|
FILE_PATH
File path.
|
NUMBER_OF_PAGES
Total number of pages.
|
PAGE_NUMBER
Page number.
|
SHEET_NAME
Sheet name.
|
TIME
Current time.
|
Modifier and Type | Method and Description |
---|---|
static HeaderFooterFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderFooterFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderFooterFieldType DATE
public static final HeaderFooterFieldType FILE_NAME
public static final HeaderFooterFieldType FILE_PATH
public static final HeaderFooterFieldType NUMBER_OF_PAGES
public static final HeaderFooterFieldType PAGE_NUMBER
public static final HeaderFooterFieldType SHEET_NAME
public static final HeaderFooterFieldType TIME
public static HeaderFooterFieldType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static HeaderFooterFieldType[] values()
for (HeaderFooterFieldType c : HeaderFooterFieldType.values()) System.out.println(c);
© GemBox d.o.o. — All rights reserved.