Method: Axlsx::Drawing#anchors
- Defined in:
- lib/axlsx/drawing/drawing.rb
#anchors ⇒ SimpleTypedList (readonly)
A collection of anchors for this drawing only TwoCellAnchors are supported in this version
69 70 71 |
# File 'lib/axlsx/drawing/drawing.rb', line 69 def anchors @anchors end |