hyperlink_base property

Gets or sets the path to be used for relative hyperlinks (hyperlinks for which the linked file location is described in relation to the Microsoft Visio diagram). By default, a hyperlink path is relative to the current document unless a different path is specified in this element. Maximum length is 256 characters.

Definition:

@property
def hyperlink_base(self):
    ...
@hyperlink_base.setter
def hyperlink_base(self, value):
    ...

See Also