Class PageNumberOutline - lublak/pdfdataextract GitHub Wiki
the outline which includes a page number
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new PageNumberOutline(title
, page
, childs?
)
Parameters
Name | Type | Description |
---|---|---|
title |
string |
the title |
page |
number |
the page number to which the outline points |
childs? |
readonly Outline[] | - |
Defined in
Properties
childs
• Optional
Readonly
childs: readonly Outline[]
the childrens
Implementation of
page
• Readonly
page: number
title
• Readonly
title: string
the title