PWLinkRef class The PWStyledHTMLField class's LinkDictionary function returns a dictionary populated with a PWLinkRef instance for each link in the document. You can obtain information about page links by looking at the following values in any PWLinkRef instance. Properties LinkText As String: The unique page text that identifies the link (i.e. the text formatted as a link). TextLen As Integer: The length of the link text. TextStart As Integer: The starting position of the link text. WebURL As String: The URL for the link. |