Method: Axlsx::Hyperlink#href
- Defined in:
- lib/axlsx/drawing/hyperlink.rb
#href ⇒ String
The destination of the hyperlink stored in the drawing's relationships document.
10 11 12 |
# File 'lib/axlsx/drawing/hyperlink.rb', line 10 def href @href end |