Hyperlink

Overview

Hyperlink 是 C++ 的 FOSS 中的 Aspose.Cells 类.

代表超链接.

本类提供了C++程序中与超链对象工作的9种方法. 有的方法包括: Delete, GetAddress, GetArea, GetLinkType, GetScreenTip, GetTextToDisplay, SetAddress, SetScreenTip, SetTextToDisplay. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
GetArea()std::string得到了这个区域.
GetAddress()std::string得到或设置地址.
SetAddress(value: std::string)设置地址值.
GetLinkType()TargetModeType得到了链接类型.
GetScreenTip()std::string取或设置屏幕端.
SetScreenTip(value: std::string)设置屏幕端值.
GetTextToDisplay()std::string获取或设置显示文本.
SetTextToDisplay(value: std::string)设置文本显示值.
Delete()执行删除.

See Also

 中文