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