'Declaration Public Overloads Function AddHyperlink( _ ByVal text As String, _ ByVal anchorName As String _ ) As ParagraphText
public ParagraphText AddHyperlink( string text, string anchorName )
Parameters
- text
- The text string to add.
- anchorName
- The name of the anchor which is the target of the hyperlink.
Return Value
A ParagraphText object representing the specified text string, associated with the specified hyperlink.