xlnt
|
Describes a hyperlink pointing from a cell to another cell or a URL. More...
#include <hyperlink.hpp>
Public Member Functions | |
bool | external () const |
class relationship | relationship () const |
std::string | url () const |
std::string | target_range () const |
bool | has_display () const |
void | display (const std::string &value) |
const std::string & | display () const |
bool | has_tooltip () const |
void | tooltip (const std::string &value) |
const std::string & | tooltip () const |
bool | has_location () const |
void | location (const std::string &value) |
const std::string & | location () const |
Friends | |
class | cell |
Describes a hyperlink pointing from a cell to another cell or a URL.