| 
Paragraph
AppendHyperlink Method (String, DocPicture, HyperlinkType)
  | 
 Appends the hyperlink.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Field AppendHyperlink(
	string link,
	DocPicture picture,
	HyperlinkType type
)
 
Public Function AppendHyperlink ( 
	link As String,
	picture As DocPicture,
	type As HyperlinkType
) As Field
 
public:
virtual Field^ AppendHyperlink(
	String^ link, 
	DocPicture^ picture, 
	HyperlinkType type
) sealed
 
abstract AppendHyperlink : 
link : string * 
picture : DocPicture * 
type : HyperlinkType -> Field 
override AppendHyperlink : 
link : string * 
picture : DocPicture * 
type : HyperlinkType -> Field 
 
 
 
Parameters
 
- 
link
 
- 
 Type:
 
System
String
 
 The link.
- 
picture
 
- 
 Type:
 
Spire.Doc.Fields
DocPicture
 
 The picture to display.
- 
type
 
- 
 Type:
 
Spire.Doc.Documents
HyperlinkType
 
 The type of hyperlink.
Return Value
 
 Type:
 
Field
 
Implements
 
IParagraph
AppendHyperlink(String, DocPicture, HyperlinkType)
 
 
 See Also
See Also