Hyperlink module
- class Hyperlink.Hyperlink
Bases:
SpireObjectRepresents a hyperlink in a document.
- property BookmarkName: str
Gets or sets the bookmark of the hyperlink.
- Dispose()
Disposes the hyperlink object.
- property FilePath: str
Gets or sets the file path of the hyperlink.
- property PictureToDisplay: ShapeObject
Gets or sets the image that will be displayed in place of the hyperlink.
- property TextToDisplay: str
Gets or sets the visible text of the hyperlink in a document.
- property Type: HyperlinkType
Gets or sets the type of the hyperlink.
- property Uri: str
Gets or sets the URL link of the hyperlink.
