PDF Web Viewer
    Preparing search index...

    Interface PdfBookmark

    interface PdfBookmark {
        color: string;
        expanded: boolean;
        font: number;
        text: string;
        get actions(): pdfAction[];
        get items(): PdfBookmark[];
        set items(items: PdfBookmark[]): void;
        get style(): string;
        addAction(action: pdfAction): void;
        addItem(item: this): void;
    }
    Index

    Properties

    color: string
    expanded: boolean
    font: number
    text: string

    Accessors

    • get actions(): pdfAction[]

      Returns pdfAction[]

    • get items(): PdfBookmark[]

      Returns PdfBookmark[]

    • set items(items: PdfBookmark[]): void

      Parameters

      Returns void

    • get style(): string

      Returns string

    Methods

    • Parameters

      • action: pdfAction

      Returns void

    • Parameters

      • item: this

      Returns void