Method: Axlsx::PageSetUpPr#to_xml_string
- Defined in:
- lib/axlsx/workbook/worksheet/page_set_up_pr.rb
#to_xml_string(str = +'')) ⇒ Object
serialize to xml
39 40 41 42 43 |
# File 'lib/axlsx/workbook/worksheet/page_set_up_pr.rb', line 39 def to_xml_string(str = +'') str << '<pageSetUpPr ' serialized_attributes(str) str << '/>' end |