FoxitPDFSDKforWeb v11.0.2
Foxit PDF SDK for Web
bookmark

A module that contains Bookmark APIs. More...

Classes

interface  BookmarkDestination
 Represents information about the destination of a bookmark. More...
 
interface  BookmarkFontStyle
 Represents the font style of a bookmark. More...
 

Enumerations

enum  BookmarkRelationship {
  FIRST_CHILD = 0, LAST_CHILD = 1, PREVIOUS_SIBLING = 2, NEXT_SIBLING = 3,
  FIRST_SIBLING = 4, LAST_SIBLING = 5
}
 Enumeration for bookmark relationships. Values of this enumeration should be used alone, representing the relationship between a bookmark and another bookmark. More...
 

Variables

type BookmarkZoomMode = ZoomMode
 Enumeration for zoom mode. More...
 

Detailed Description

A module that contains Bookmark APIs.

Enumeration Type Documentation

◆ BookmarkRelationship

Enumeration for bookmark relationships. Values of this enumeration should be used alone, representing the relationship between a bookmark and another bookmark.

Since
10.0.0
Enumerator
FIRST_CHILD 

A bookmark is the first child of another specified bookmark.

LAST_CHILD 

A bookmark is the last child of another specified bookmark.

PREVIOUS_SIBLING 

A bookmark is the previous sibling of another specified bookmark.

NEXT_SIBLING 

A bookmark is the next sibling of another specified bookmark.

FIRST_SIBLING 

A bookmark is the first sibling of another specified bookmark.

LAST_SIBLING 

A bookmark is the last sibling of another specified bookmark.

Variable Documentation

◆ BookmarkZoomMode

type BookmarkZoomMode = ZoomMode

Enumeration for zoom mode.

ZoomMode

Since
10.0.0

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.