27 #include <xlnt/xlnt_config.hpp>    33 struct hyperlink_impl;
    49     std::string url() 
const;
    51     std::string target_range() 
const;
    53     bool has_display() 
const;
    54     void display(
const std::string &value);
    55     const std::string &display() 
const;
    57     bool has_tooltip() 
const;
    58     void tooltip(
const std::string &value);
    59     const std::string &tooltip() 
const;
    61     bool has_location() 
const;
    62     void location(
const std::string &value);
    63     const std::string &location() 
const;
    68     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.