StructureOutputJson
    Preparing search index...

    Type Alias Span

    type Span = {
        annotID?: number;
        baseline?: number;
        bookmarkId?: string;
        bookmarkRef?: string;
        rect: Rect;
        style: TextStyle;
        text: string;
        type: "span";
        url?: string;
    }
    Index

    Properties

    annotID?: number

    PDF object ID if text Span was created from a markup annotation

    baseline?: number

    represents the baseline of the Span

    bookmarkId?: string

    internal link (bookmark) destination

    bookmarkRef?: string

    internal link (bookmark) reference

    rect: Rect
    style: TextStyle
    text: string
    type: "span"
    url?: string

    hyperlink URL related to the Span