[]
Makes a text range into a hyperlink.
public static void MakeHyperlink(this C1TextRange range, Uri uri, string targetName = null)
Type | Name | Description |
---|---|---|
C1TextRange | range | A C1TextRange to make into a hyperlink. |
Uri | uri | A System.Uri for the hyperlink. |
string | targetName | A TargetName for the hyperlink |
If the range spans several blocks this method generates a C1Hyperlink element per block.