
| Class | Description | |
| DocumentLink | The DocumentLink class represents a link in a Text Control document that points to a target in the same document. | |
| DocumentLinkCollection | An instance of the DocumentLinkCollection class contains all links in a Text Control document that point to targets in the same document. | |
| DocumentLinkEventArgs | The DocumentLinkEventArgs class provides data for the TextControl.DocumentLinkClicked event. | |
| DocumentTarget | The DocumentTarget class represents a text position in a Text Control document that is a target of a document link. | |
| DocumentTargetCollection | An instance of the DocumentTargetCollection class contains all targets in a Text Control document represented through objects of the type DocumentTarget. An instance of this class can only be obtained with the | |
| HypertextLink | The HypertextLink class represents a hypertext link in a Text Control document that points to a target outside of the document. | |
| HypertextLinkCollection | An instance of the HypertextLinkCollection class contains all hypertext links in a Text Control document represented through objects of the type HypertextLink. An instance of this class can be obtained with the | |
| HypertextLinkEventArgs | The HypertextLinkEventArgs class provides data for the TextControl.HypertextLinkClicked event. |
| Property | Description | |
| HeaderFooter.HypertextLinks | Gets a collection of all hypertext links the header or footer contains. | |
| ServerTextControl.DocumentLinks | Gets a collection of all links that point to targets in the same document. | |
| ServerTextControl.DocumentTargets | Gets a collection of all targets in the document. | |
| ServerTextControl.HypertextLinks | Gets a collection of all hypertext links contained in the main text of the document. | |
| TextControl.DocumentLinks | Gets a collection of all links that point to targets in the same document. | |
| TextControl.DocumentTargetMarkers | Gets or sets a value indicating that markers for hypertext targets are shown or not. | |
| TextControl.DocumentTargets | Gets a collection of all targets in the document. | |
| TextControl.HypertextLinks | Gets a collection of all hypertext links contained in the text part with the input focus. | |
| TextFrame.HypertextLinks | Gets a collection of all hypertext links in a text frame. | |
| WPF.TextControl.DocumentLinks | Gets a collection of all links that point to targets in the same document. | |
| WPF.TextControl.DocumentTargetMarkers | Gets or sets a value indicating that markers for hypertext targets are shown or not. | |
| WPF.TextControl.DocumentTargets | Gets a collection of all targets in the document. | |
| WPF.TextControl.HypertextLinks | Gets a collection of all hypertext links contained in the text part with the input focus. |
| Method | Description | |
| TextControl.OnDocumentLinkClicked | Raises the DocumentLinkClicked event. | |
| TextControl.OnHypertextLinkClicked | Raises the HypertextLinkClicked event. | |
| WPF.TextControl.OnDocumentLinkClicked | Raises the DocumentLinkClicked event. | |
| WPF.TextControl.OnHypertextLinkClicked | Raises the HypertextLinkClicked event. |
| Event | Description | |
| TextControl.DocumentLinkClicked | Occurs when a text field has been clicked on that represents a link to a target in the document. | |
| TextControl.HypertextLinkClicked | Occurs when a text field has been clicked on that represents the source of a hypertext link. | |
| WPF.TextControl.DocumentLinkClicked | Occurs when a text field has been clicked on that represents a link to a target in the document. | |
| WPF.TextControl.HypertextLinkClicked | Occurs when a text field has been clicked on that represents the source of a hypertext link. |