Click or drag to resize
LinkType Enumeration
Hyperlink types.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum LinkType
Members
  Member nameValueDescription
NoLink0Not a link.
ClientLink1The URL only; that is, no friendly name.
FriendlyLinkName2The name of friendly name link.
FriendlyLinkAddress3The URL of a friendly name link.
AutoLinkURL4The URL of an automatic link.
AutoLinkEmail5An automatic link to an email address.
AutoLinkPhone6An automatic link to a phone number.
AutoLinkPath7An automatic link to a storage location.
See Also