Namespace EasyXLS.Constants
Class HyperlinkType
System.Object
EasyXLS.Constants.HyperlinkType
public class HyperlinkType
extends System.Object
This class contains the hyperlink type constants
-
Constant Summary
Modifier and TypeFieldDescriptionconst System.String
A constant indicating an internal hyperlink.const System.String
A constant indicating a hyperlink to a file.const System.String
A constant indicating that the HyperlinkType property has not been set yet.const System.String
A constant indicating an UNC (Uniform Resource Locator) hyperlink.const System.String
A constant indicating that the hyperlink type is unknown.const System.String
A constant indicating an URL hyperlink. -
Constructor Summary
-
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NOHYPERLINK
public const final System.String NOHYPERLINKA constant indicating that the HyperlinkType property has not been set yet. Embedded value is "nohyperlink".- See Also:
- Constant Values
-
URL
public const final System.String URLA constant indicating an URL hyperlink. Embedded value is "url".- See Also:
- Constant Values
-
FILE
public const final System.String FILEA constant indicating a hyperlink to a file. Embedded value is "file".- See Also:
- Constant Values
-
UNC
public const final System.String UNCA constant indicating an UNC (Uniform Resource Locator) hyperlink. Embedded value is "unc".- See Also:
- Constant Values
-
CELL
public const final System.String CELLA constant indicating an internal hyperlink. Embedded value is "cell".- See Also:
- Constant Values
-
UNKNOWN
public const final System.String UNKNOWNA constant indicating that the hyperlink type is unknown. Embedded value is "unknown".- See Also:
- Constant Values
-
-
Constructor Details
-
HyperlinkType
public HyperlinkType()
-