HyperLinkStyle

public enum HyperLinkStyle : Int

Identifies styles for hyperlinks.

  • none: The hyperlink has no style.
  • text: The hyperlink is text.
  • shape: The hyperlink is diagram shape.
  • Undocumented

    Declaration

    Swift

    case none = 0
  • Undocumented

    Declaration

    Swift

    case text = 1
  • Undocumented

    Declaration

    Swift

    case shape = 2