Class HyperlinkType


  • public class HyperlinkType
    extends System.Object
    This class contains the hyperlink type constants
    • Constant Summary

      Fields 
      Modifier and Type Field Description
      const System.String CELL
      A constant indicating an internal hyperlink.
      const System.String FILE
      A constant indicating a hyperlink to a file.
      const System.String NOHYPERLINK
      A constant indicating that the HyperlinkType property has not been set yet.
      const System.String UNC
      A constant indicating an UNC (Uniform Resource Locator) hyperlink.
      const System.String UNKNOWN
      A constant indicating that the hyperlink type is unknown.
      const System.String URL
      A constant indicating an URL hyperlink.
    • Constructor Summary

      Constructors 
      Constructor Description
      HyperlinkType()  
    • Method Summary

    • Field Detail

      • NOHYPERLINK

        public const System.String NOHYPERLINK
        A constant indicating that the HyperlinkType property has not been set yet. Embedded value is "nohyperlink".
        See Also:
        Constant Values
      • URL

        public const System.String URL
        A constant indicating an URL hyperlink. Embedded value is "url".
        See Also:
        Constant Values
      • FILE

        public const System.String FILE
        A constant indicating a hyperlink to a file. Embedded value is "file".
        See Also:
        Constant Values
      • UNC

        public const System.String UNC
        A constant indicating an UNC (Uniform Resource Locator) hyperlink. Embedded value is "unc".
        See Also:
        Constant Values
      • CELL

        public const System.String CELL
        A constant indicating an internal hyperlink. Embedded value is "cell".
        See Also:
        Constant Values
      • UNKNOWN

        public const System.String UNKNOWN
        A constant indicating that the hyperlink type is unknown. Embedded value is "unknown".
        See Also:
        Constant Values
    • Constructor Detail

      • HyperlinkType

        public HyperlinkType()