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