表示在文档页面中通过索引检索链接所需的参数。

interface GetLinkType {
    doc: DocType;
    index: number;
    page: PageType;
}

Properties

Properties

doc: DocType

要从中检索链接的文档对象。

index: number

要检索的链接索引。

page: PageType

文档中链接所在的页面对象。