Method: Axlsx::Workbook#drawings
- Defined in:
- lib/axlsx/workbook/workbook.rb
#drawings ⇒ SimpleTypedList (readonly)
Note:
The recommended way to manage drawings is Worksheet#add_chart
A colllection of drawings associated with this workbook
59 60 61 |
# File 'lib/axlsx/workbook/workbook.rb', line 59 def drawings @drawings end |