Class: OpenXml::Docx::Section

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

Instance Method Summary collapse

Methods included from HasProperties

included, #property_xml

Instance Method Details

#to_xml(xml) ⇒ Object



30
31
32
# File 'lib/openxml/docx/section.rb', line 30

def to_xml(xml)
  property_xml xml
end