public final class HeaderFooterBookmarksExportMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
Bookmarks in all headers/footers are exported.
|
static int |
FIRST
Only bookmark in first header/footer of the section is exported.
|
static int |
length |
static int |
NONE
Bookmarks in headers/footers are not exported.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String headerFooterBookmarksExportModeName) |
static java.lang.String |
getName(int headerFooterBookmarksExportMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int headerFooterBookmarksExportMode) |
public static final int NONE
public static final int FIRST
public static final int ALL
public static final int length
public static java.lang.String getName(int headerFooterBookmarksExportMode)
public static java.lang.String toString(int headerFooterBookmarksExportMode)
public static int fromName(java.lang.String headerFooterBookmarksExportModeName)
public static int[] getValues()