AddHyperlink Method (ParagraphObjectCollection)
In This Topic
Adds a text hyperlink to the current paragraph content.
Overload List
Overload | Description |
AddHyperlink(String,String) | Adds a text hyperlink to the current paragraph content. |
AddHyperlink(String,String,Style) | Adds a text hyperlink with a specified style to the current paragraph content. |
AddHyperlink(String,C1LinkTarget) | Adds a text hyperlink to the current paragraph content. |
AddHyperlink(String,C1LinkTarget,Style) | Adds a text hyperlink with a specified style to the current paragraph content. |
AddHyperlink(String,RenderObject) | Adds a text hyperlink to the current paragraph content. |
AddHyperlink(String,ParagraphObject) | Adds a text hyperlink to the current paragraph content. |
AddHyperlink(Image,String) | Adds an image hyperlink to the current paragraph content. |
AddHyperlink(Image,C1LinkTarget) | Adds an image hyperlink to the current paragraph content. |
AddHyperlink(Image,RenderObject) | Adds an image hyperlink to the current paragraph content. |
AddHyperlink(Image,ParagraphObject) | Adds an image hyperlink to the current paragraph content. |
See Also