在指定位置插入一个元素。

在指定位置插入元素的选项。

interface InsertAtType {
    doc: DocType;
    index: number;
    otherObj: PDFObjectType;
}

Properties

Properties

doc: DocType
index: number
otherObj: PDFObjectType