Method: Axlsx::OutlinePr#to_xml_string

Defined in:
lib/axlsx/workbook/worksheet/outline_pr.rb

#to_xml_string(str = '') ⇒ String

Serialize the object

Parameters:

  • str (String) (defaults to: '')

    serialized output will be appended to this object if provided.

Returns:

  • (String)


29
30
31
# File 'lib/axlsx/workbook/worksheet/outline_pr.rb', line 29

def to_xml_string(str = '')
  str << "<outlinePr #{serialized_attributes} />"
end