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