DocumentBookmarkSource

Specifies the source for PDF document outline (bookmarks) when converting Office documents to PDF.

Entries

Link copied to clipboard

Create PDF outline entries from document headings (Heading 1, Heading 2, etc.). This is the default behavior, matching Word's "Create bookmarks using: Headings" option.

Link copied to clipboard

Create PDF outline entries from Word bookmarks. This matches Word's "Create bookmarks using: Word bookmarks" option.

Functions

Link copied to clipboard
public static DocumentBookmarkSource valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.