PDF Web Viewer
Preparing search index...
sdk
PdfBookmark
Interface PdfBookmark
interface
PdfBookmark
{
color
:
string
;
expanded
:
boolean
;
font
:
number
;
text
:
string
;
get
actions
()
:
pdfAction
[]
;
get
items
()
:
PdfBookmark
[]
;
set
items
(
items
:
PdfBookmark
[]
)
:
void
;
get
style
()
:
string
;
addAction
(
action
:
pdfAction
)
:
void
;
addItem
(
item
:
this
)
:
void
;
}
Index
Properties
color
expanded
font
text
Accessors
actions
items
style
Methods
add
Action
add
Item
Properties
color
color
:
string
expanded
expanded
:
boolean
font
font
:
number
text
text
:
string
Accessors
actions
get
actions
()
:
pdfAction
[]
Returns
pdfAction
[]
items
get
items
()
:
PdfBookmark
[]
Returns
PdfBookmark
[]
set
items
(
items
:
PdfBookmark
[]
)
:
void
Parameters
items
:
PdfBookmark
[]
Returns
void
style
get
style
()
:
string
Returns
string
Methods
add
Action
addAction
(
action
:
pdfAction
)
:
void
Parameters
action
:
pdfAction
Returns
void
add
Item
addItem
(
item
:
this
)
:
void
Parameters
item
:
this
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
expanded
font
text
Accessors
actions
items
style
Methods
add
Action
add
Item
PDF Web Viewer
Loading...