Class HyperlinkType
Specifies type of the link.
Inheritance
System.Object
HyperlinkType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Portable.dll
Syntax
public sealed class HyperlinkType : Enum
Fields
Bookmark
Bookmark link.
Declaration
public const HyperlinkType Bookmark
Field Value
Type | Description |
---|---|
HyperlinkType |
EMailLink
Link to e-mail.
Declaration
public const HyperlinkType EMailLink
Field Value
Type | Description |
---|---|
HyperlinkType |
FileLink
Links to another file.
Declaration
public const HyperlinkType FileLink
Field Value
Type | Description |
---|---|
HyperlinkType |
None
No links.
Declaration
public const HyperlinkType None
Field Value
Type | Description |
---|---|
HyperlinkType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
WebLink
Links to a web page.
Declaration
public const HyperlinkType WebLink
Field Value
Type | Description |
---|---|
HyperlinkType |