🔠 Languages
Preparing search index...
The search index is not available
Foxit JS PluginSDK API
Foxit JS PluginSDK API
types/Bookmark
InsertChildType
Interface InsertChildType
插入子书签类型信息。
interface
InsertChildType
{
dest
:
BookmarkDestinationInfoType
;
doc
?:
null
|
DocType
;
position
:
FPD_BookmarkPosition
;
title
:
string
;
}
Index
Properties
dest
doc?
position
title
Properties
dest
dest
:
BookmarkDestinationInfoType
书签的目标位置。
Optional
doc
doc
?:
null
|
DocType
文档对象。
position
position
:
FPD_BookmarkPosition
书签的位置。
title
title
:
string
书签的标题。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dest
doc
position
title
🔠 Languages
Foxit JS PluginSDK API
Loading...
插入子书签类型信息。