[]
Specifies the hyperlink's target type.
public enum HyperLinkTargetType
Blank = 0
Opens the hyperlinked document in a new window or tab.
Parent = 2
Opens the hyperlinked document in the parent frame.
Self = 1
Opens the hyperlinked document in the same frame where the user clicked.
Top = 3
Opens the hyperlinked document in the full body of the window.