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