public enum swStandardHeaderFooterPageSetupTexts_e extends java.lang.Enum<swStandardHeaderFooterPageSetupTexts_e>
Enum Constant and Description |
---|
swHeaderFooterText_Date |
swHeaderFooterText_Filename |
swHeaderFooterText_PageCount |
swHeaderFooterText_PageNumber |
swHeaderFooterText_Time |
Modifier and Type | Method and Description |
---|---|
static swStandardHeaderFooterPageSetupTexts_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swStandardHeaderFooterPageSetupTexts_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swStandardHeaderFooterPageSetupTexts_e swHeaderFooterText_PageNumber
public static final swStandardHeaderFooterPageSetupTexts_e swHeaderFooterText_PageCount
public static final swStandardHeaderFooterPageSetupTexts_e swHeaderFooterText_Date
public static final swStandardHeaderFooterPageSetupTexts_e swHeaderFooterText_Time
public static final swStandardHeaderFooterPageSetupTexts_e swHeaderFooterText_Filename
public static swStandardHeaderFooterPageSetupTexts_e[] values()
for (swStandardHeaderFooterPageSetupTexts_e c : swStandardHeaderFooterPageSetupTexts_e.values()) System.out.println(c);
public static swStandardHeaderFooterPageSetupTexts_e 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 namejava.lang.NullPointerException
- if the argument is null