docx
    Preparing search index...

    Class ExternalHyperlink

    Represents an external hyperlink to a URL outside the document.

    new ExternalHyperlink({
    children: [new TextRun("Visit Example")],
    link: "https://example.com",
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    options: { children: readonly ParagraphChild[]; link: string }

    Methods