class Odf::Component::Settings
Constants
- NAME
Private Instance Methods
initialize_xml()
click to toggle source
Calls superclass method
Odf::Component::XmlComponent#initialize_xml
# File lib/odf/component/settings.rb, line 8 def initialize_xml super xml.root = xml.create_element('office:document-settings', 'xmlns:office' => 'urn:oasis:names:tc:opendocument:xmlns:office:1.0') xml.add_element('office:settings') end