'宣言 Public Overloads Function AddHyperlink( _ ByVal text As System.String, _ ByVal anchorName As System.String, _ ByVal style As Style _ ) As ParagraphText
'使用法 Dim instance As ParagraphObjectCollection Dim text As System.String Dim anchorName As System.String Dim style As Style Dim value As ParagraphText value = instance.AddHyperlink(text, anchorName, style)
public ParagraphText AddHyperlink( System.string text, System.string anchorName, Style style )
パラメータ
- text
 - The text string to add.
 - anchorName
 - The name of the anchor which is the target of the hyperlink.
 - style
 - A style used to render the string.
 
戻り値の型
A ParagraphText object representing the specified text string, associated with the specified hyperlink.