Method: Axlsx::Hyperlink#tgtFrame

Defined in:
lib/axlsx/drawing/hyperlink.rb

#tgtFrameString

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.

Returns:

  • (String)


49
50
51
# File 'lib/axlsx/drawing/hyperlink.rb', line 49

def tgtFrame
  @tgtFrame
end