HeaderFooterBookmarksExportMode
Contents
[
Hide
]Inheritance: java.lang.Object
public class HeaderFooterBookmarksExportMode
Specifies how bookmarks in headers/footers are exported.
Fields
Field | Description |
---|---|
ALL | Bookmarks in all headers/footers are exported. |
FIRST | Only bookmark in first header/footer of the section is exported. |
NONE | Bookmarks in headers/footers are not exported. |
length |
Methods
Method | Description |
---|---|
fromName(String headerFooterBookmarksExportModeName) | |
getName(int headerFooterBookmarksExportMode) | |
getValues() | |
toString(int headerFooterBookmarksExportMode) |
ALL
public static int ALL
Bookmarks in all headers/footers are exported.
FIRST
public static int FIRST
Only bookmark in first header/footer of the section is exported.
NONE
public static int NONE
Bookmarks in headers/footers are not exported.
length
public static int length
fromName(String headerFooterBookmarksExportModeName)
public static int fromName(String headerFooterBookmarksExportModeName)
Parameters:
Parameter | Type | Description |
---|---|---|
headerFooterBookmarksExportModeName | java.lang.String |
Returns: int
getName(int headerFooterBookmarksExportMode)
public static String getName(int headerFooterBookmarksExportMode)
Parameters:
Parameter | Type | Description |
---|---|---|
headerFooterBookmarksExportMode | int |
Returns: java.lang.String
getValues()
public static int[] getValues()
Returns: int[]
toString(int headerFooterBookmarksExportMode)
public static String toString(int headerFooterBookmarksExportMode)
Parameters:
Parameter | Type | Description |
---|---|---|
headerFooterBookmarksExportMode | int |
Returns: java.lang.String