Class: Odf::Component::Styles

Inherits:
Abstract
  • Object
show all
Includes:
XmlComponent
Defined in:
lib/odf/component/styles.rb

Constant Summary collapse

NAME =
'styles.xml'.freeze

Instance Attribute Summary

Attributes inherited from Abstract

#document

Instance Method Summary collapse

Methods included from XmlComponent

included, #initialize

Methods inherited from Abstract

#initialize, #inspect, #name

Instance Method Details

#contentObject



7
8
9
# File 'lib/odf/component/styles.rb', line 7

def content
  Odf.styles
end