|
static final int | e_DateFormatDDDotMMDotYY = 17 |
| If this is used, "dd.mm.yy" would be used as the date format string.
|
|
static final int | e_DateFormatDDDotMMDotYYYY = 18 |
| If this is used, "dd.mm.yyyy" would be used as the date format string.
|
|
static final int | e_DateFormatDDotMDotYYYY = 16 |
| If this is used, "d.m.yyyy" would be used as the date format string.
|
|
static final int | e_DateFormatDDSlashMMSlashYY = 7 |
| If this is used, "dd/mm/yy" would be used as the date format string.
|
|
static final int | e_DateFormatDDSlashMMSlashYYYY = 8 |
| If this is used, "dd/mm/yyyy" would be used as the date format string.
|
|
static final int | e_DateFormatDSlashMSlashYY = 5 |
| If this is used, "d/m/yy" would be used as the date format string.
|
|
static final int | e_DateFormatDSlashMSlashYYYY = 6 |
| If this is used, "d/m/yyyy" would be used as the date format string.
|
|
static final int | e_DateFormatMDotDDotYY = 11 |
| If this is used, "m.d.yy" would be used as the date format string.
|
|
static final int | e_DateFormatMDotDDotYYYY = 12 |
| If this is used, "m.d.yyyy" would be used as the date format string.
|
|
static final int | e_DateFormatMMDotDDDotYY = 13 |
| If this is used, "mm.dd.yy" would be used as the date format string.
|
|
static final int | e_DateFormatMMDotDDDotYYYY = 14 |
| If this is used, "mm.dd.yyyy" would be used as the date format string.
|
|
static final int | e_DateFormatMMDotYY = 15 |
| If this is used, "mm.yy" would be used as the date format string.
|
|
static final int | e_DateFormatMMSlashDDSlashYY = 3 |
| If this is used, "mm/dd/yy" would be used as the date format string.
|
|
static final int | e_DateFormatMMSlashDDSlashYYYY = 4 |
| If this is used, "mm/dd/yyyy" would be used as the date format string.
|
|
static final int | e_DateFormatMMSlashYY = 9 |
| If this is used, "mm/yy" would be used as the date format string.
|
|
static final int | e_DateFormatMMSlashYYYY = 10 |
| If this is used, "mm/yyyy" would be used as the date format string.
|
|
static final int | e_DateFormatMSlashD = 0 |
| If this is used, "m/d" would be used as the date format string.
|
|
static final int | e_DateFormatMSlashDSlashYY = 1 |
| If this is used, "m/d/yy" would be used as the date format string.
|
|
static final int | e_DateFormatMSlashDSlashYYYY = 2 |
| If this is used, "m/d/yyyy" would be used as the date format string.
|
|
static final int | e_DateFormatYYHyphenMMHyphenDD = 19 |
| If this is used, "yy-mm-dd" would be used as the date format string.
|
|
static final int | e_DateFormatYYYYHyphenMMHyphenDD = 20 |
| If this is used, "yyyy-mm-dd" would be used as the date format string.
|
|
static final int | e_PageNumberFormatDefault = 0 |
| If this is used, "1" would be used as the page number format string.
|
|
static final int | e_PageNumberFormatNumberOfCount = 1 |
| If this is used, "1 of n" would be used as the page number format string.
|
|
static final int | e_PageNumberFormatNumberSlashCount = 2 |
| If this is used, "1/n" would be used as the page number format string.
|
|
static final int | e_PageNumberFormatPageNumber = 3 |
| If this is used, "Page 1" would be used as the page number format string.
|
|
static final int | e_PageNumberFormatPageNumberOfCount = 4 |
| If this is used, "Page 1 of n" would be used as the page number format string.
|
|
This class is the generator for header-footer content. It can help user to combine dates in specified format, page numbers in specified format and any customized text content to one string which can be used as header-footer content.