Skip to content

PdfReferenceOutline

lublak edited this page Oct 18, 2021 · 1 revision

Class: PdfReferenceOutline

the outline which includes a reference to another pdf

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new PdfReferenceOutline(title, url, page?, childs?)

Parameters

Name Type Description
title string the title
url string the url to which the outline points
page? number the remote page number to which the outline points
childs? readonly Outline[] -

Defined in

types.ts:309

Properties

childs

Optional Readonly childs: readonly Outline[]

the childrens

Implementation of

Outline.childs


page

Optional Readonly page: number


title

Readonly title: string

the title

Implementation of

Outline.title


url

Readonly url: string