Method: Axlsx::OutlinePr#to_xml_string
- Defined in:
- lib/axlsx/workbook/worksheet/outline_pr.rb
#to_xml_string(str = '') ⇒ String
Serialize the object
29 30 31 |
# File 'lib/axlsx/workbook/worksheet/outline_pr.rb', line 29 def to_xml_string(str = '') str << "<outlinePr #{serialized_attributes} />" end |