HeaderFooterBookmarksExportMode

Inheritance: java.lang.Object

public class HeaderFooterBookmarksExportMode

Specifies how bookmarks in headers/footers are exported.

Fields

FieldDescription
ALLBookmarks in all headers/footers are exported.
FIRSTOnly bookmark in first header/footer of the section is exported.
NONEBookmarks in headers/footers are not exported.
length

Methods

MethodDescription
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:

ParameterTypeDescription
headerFooterBookmarksExportModeNamejava.lang.String

Returns: int

getName(int headerFooterBookmarksExportMode)

public static String getName(int headerFooterBookmarksExportMode)

Parameters:

ParameterTypeDescription
headerFooterBookmarksExportModeint

Returns: java.lang.String

getValues()

public static int[] getValues()

Returns: int[]

toString(int headerFooterBookmarksExportMode)

public static String toString(int headerFooterBookmarksExportMode)

Parameters:

ParameterTypeDescription
headerFooterBookmarksExportModeint

Returns: java.lang.String