27 #include <xlnt/xlnt_config.hpp> 33 struct hyperlink_impl;
60 std::string url()
const;
67 std::string target_range()
const;
72 bool has_display()
const;
77 void display(
const std::string &value);
89 const std::string &display()
const;
94 bool has_tooltip()
const;
99 void tooltip(
const std::string &value);
104 void clear_tooltip();
111 const std::string &tooltip()
const;
116 bool has_location()
const;
121 void location(
const std::string &value);
126 void clear_location();
133 const std::string &location()
const;
138 detail::hyperlink_impl *d_ =
nullptr;
Represents an association between a source Package or part, and a target object which can be a part o...
Definition: relationship.hpp:103
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:36
Describes a unit of data in a worksheet at a specific coordinate and its associated properties...
Definition: cell.hpp:83
Describes a hyperlink pointing from a cell to another cell or a URL.
Definition: hyperlink.hpp:43
The relationship references a part that is inside the package.