'宣言 Public Overloads Function AddHyperlink( _ ByVal text As System.String, _ ByVal target As C1LinkTarget, _ ByVal style As Style _ ) As ParagraphText
public ParagraphText AddHyperlink( System.string text, C1LinkTarget target, Style style )
パラメータ
- text
- ハイパーリンクを表す文字列。
- target
- このハイパーリンクのターゲット。
- style
- このハイパーリンクのレンダリングに使用するスタイル。
戻り値の型
ハイパーリンクを表すために作成された ParagraphText オブジェクト。