Hyperlink
Hyperlink
Overview
Hyperlink adalah kelas dalam Aspose.Cells FOSS untuk C++.
Menampilkan hyperlink.
Kelas ini menyediakan 9 metode untuk bekerja dengan objek Hyperlink dalam program C++. Metode yang tersedia meliputi: Delete, GetAddress, GetArea, GetLinkType, GetScreenTip, GetTextToDisplay, SetAddress, SetScreenTip, SetTextToDisplay. Semua anggota publik dapat diakses oleh aplikasi C++ manapun setelah menginstal paket Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
GetArea() → std::string | Dapatkan area. |
GetAddress() → std::string | Dapatkan atau mengatur alamat. |
SetAddress(value: std::string) | Menetapkan nilai alamat. |
GetLinkType() → TargetModeType | Dapatkan tipe link. |
GetScreenTip() → std::string | Mengambil atau mengatur ujung layar. |
SetScreenTip(value: std::string) | Menetapkan nilai ujung layar. |
GetTextToDisplay() → std::string | Dapatkan atau mengatur teks untuk ditampilkan. |
SetTextToDisplay(value: std::string) | Menetapkan teks untuk menampilkan nilai. |
Delete() | Mengisi hapus. |