Method: Axlsx::Hyperlink#tgtFrame
- Defined in:
- lib/axlsx/drawing/hyperlink.rb
#tgtFrame ⇒ String
From the specs: Specifies the target frame that is to be used when opening this hyperlink. When the hyperlink is activated this attribute is used to determine if a new window is launched for viewing or if an existing one can be used. If this attribute is omitted, than a new window is opened.
49 50 51 |
# File 'lib/axlsx/drawing/hyperlink.rb', line 49 def tgtFrame @tgtFrame end |