Page
class Page extends Userdata<"any_page"> { }
getLabel(): string;
getLinks(): Link[];
isPDF(): boolean;
search(needle: string, max_hits?: number): Quad[][];
static readonly BOXES: PageBox[];
§Methods
§
toDisplayList(showExtras?: boolean): DisplayList
[src]§
toStructuredText(options?: string): StructuredText
[src]