🔠 Languages
Preparing search index...
The search index is not available
Foxit JS PluginSDK API
Foxit JS PluginSDK API
types/PDFLink
GetLinkType
Interface GetLinkType
表示在文档页面中通过索引检索链接所需的参数。
interface
GetLinkType
{
doc
:
DocType
;
index
:
number
;
page
:
PageType
;
}
Index
Properties
doc
index
page
Properties
doc
doc
:
DocType
要从中检索链接的文档对象。
index
index
:
number
要检索的链接索引。
page
page
:
PageType
文档中链接所在的页面对象。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
doc
index
page
🔠 Languages
Foxit JS PluginSDK API
Loading...
表示在文档页面中通过索引检索链接所需的参数。