Method: Axlsx::Drawing#anchors

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

#anchorsSimpleTypedList (readonly)

A collection of anchors for this drawing only TwoCellAnchors are supported in this version

Returns:

  • (SimpleTypedList)


69
70
71
# File 'lib/axlsx/drawing/drawing.rb', line 69

def anchors
  @anchors
end