'宣言 Public Overloads Function AddHyperlink( _ ByVal text As System.String, _ ByVal renderObject As RenderObject _ ) As ParagraphText
'使用法 Dim instance As ParagraphObjectCollection Dim text As System.String Dim renderObject As RenderObject Dim value As ParagraphText value = instance.AddHyperlink(text, renderObject)
public ParagraphText AddHyperlink( System.string text, RenderObject renderObject )
パラメータ
- text
 - ハイパーリンクを表す文字列。
 - renderObject
 - このハイパーリンクのターゲットの RenderObject。
 
戻り値の型
ハイパーリンクを表すために作成された ParagraphText オブジェクト。