'宣言 Public Overloads Function AddHyperlink( _ ByVal image As System.Drawing.Image, _ ByVal paragraphObject As ParagraphObject _ ) As ParagraphImage
'使用法 Dim instance As ParagraphObjectCollection Dim image As System.Drawing.Image Dim paragraphObject As ParagraphObject Dim value As ParagraphImage value = instance.AddHyperlink(image, paragraphObject)
public ParagraphImage AddHyperlink( System.Drawing.Image image, ParagraphObject paragraphObject )
パラメータ
- image
- The image to add.
- paragraphObject
- A ParagraphObject which is the target of the hyperlink.
戻り値の型
A ParagraphImage object representing the specified image, associated with the specified hyperlink.