HyperlinkModel
HyperlinkModel
概述
HyperlinkModel 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示超链模型.
本类提供了16种方法,用于在C++程序中与HyperlinkModel对象工作. 有的方法包括: GetAddress, GetFirstColumn, GetFirstRow, GetScreenTip, GetSubAddress, GetTextToDisplay, GetTotalColumns, GetTotalRows, SetAddress, SetFirstColumn, SetFirstRow, SetScreenTip,另外4种方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
方法
| Signature | 描述情况 |
|---|---|
GetFirstRow() → int | 得到或设置第一行. |
SetFirstRow(value: int) | 设置第一个行值. |
GetFirstColumn() → int | 得到或设置第一个列. |
SetFirstColumn(value: int) | 设置第一个列值. |
GetTotalRows() → int | 得到或设置了整个行数. |
SetTotalRows(value: int) | 设置行总值. |
GetTotalColumns() → int | 得到或设置了总列. |
SetTotalColumns(value: int) | 设置列的总值. |
GetAddress() → std::string | 得到或设置地址. |
SetAddress(value: std::string) | 设置地址值. |
GetSubAddress() → std::string | 获取或设置副地址. |
SetSubAddress(value: std::string) | 设置子地址值. |
GetScreenTip() → std::string | 取或设置屏幕端. |
SetScreenTip(value: std::string) | 设置屏幕端值. |
GetTextToDisplay() → std::string | 获取或设置显示文本. |
SetTextToDisplay(value: std::string) | 设置文本显示值. |