Click or drag to resize

HyperlinkType Enumeration

Specifies type of the link.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum HyperlinkType
Members
Member name Value Description
None 0 No links.
FileLink 1 Links to another file.
WebLink 2 Links to a web page.
EMailLink 3 Link to e-mail.
Bookmark 4 Bookmark link.
See Also