HelpBot Assistant

How can I help you?

VisioHyperlinkModel

6 Feb 20261 minute to read

Represents hyperlink properties for Visio shapes.
Stores link address, description, and target window preferences.

Properties

content string

The hyperlink display content/description

The hyperlink URL/address

newWindow boolean

Flag indicating if link opens in a new window

Methods

fromJs

Creates a VisioHyperlinkModel instance from a Visio shape object.
Extracts hyperlink data from the Hyperlink section of the shape.

Parameter Type Description
shape any The Visio shape object containing hyperlink data

Returns VisioHyperlinkModel