'Declaration Public Overloads Function AddLink( _ ByVal target As System.String, _ ByVal content As IRtfContent _ ) As RtfHyperlink
public RtfHyperlink AddLink( System.string target, IRtfContent content )
Parameters
- target
- The target object (URL, bookmark ...) as string.
- content
- The drawing content (paragraph) object.
Return Value
The Word/RTF hyperlink object.