Class: OpenXml::Docx::Section

Inherits:
Object
  • Object
show all
Includes:
PropertyBuilder
Defined in:
lib/openxml/docx/section.rb

Instance Method Summary collapse

Methods included from PropertyBuilder

included, #property_xml

Instance Method Details

#to_xml(xml) ⇒ Object



26
27
28
# File 'lib/openxml/docx/section.rb', line 26

def to_xml(xml)
  property_xml xml
end