🔠 Languages
Preparing search index...
The search index is not available
Foxit JS PluginSDK API
Foxit JS PluginSDK API
types/PDFArray
InsertAtType
Interface InsertAtType
在指定位置插入一个元素。
Param: options
在指定位置插入元素的选项。
Returns
interface
InsertAtType
{
doc
:
DocType
;
index
:
number
;
otherObj
:
PDFObjectType
;
}
Index
Properties
doc
index
other
Obj
Properties
doc
doc
:
DocType
index
index
:
number
other
Obj
otherObj
:
PDFObjectType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
doc
index
other
Obj
🔠 Languages
Foxit JS PluginSDK API
Loading...
在指定位置插入一个元素。
Param: options
在指定位置插入元素的选项。
Returns