Represents an external hyperlink to a URL outside the document.
new ExternalHyperlink({ children: [new TextRun("Visit Example")], link: "https://example.com",}); Copy
new ExternalHyperlink({ children: [new TextRun("Visit Example")], link: "https://example.com",});
Readonly
Do not use this method. It is only used internally by the library. It will be removed in a future version.
Represents an external hyperlink to a URL outside the document.
Example