module Odf
Constants
- DEFAULT_STYLE
- ROOT_PATH
- TEMPLATE_PATH
- VERSION
Public Class Methods
configure(&block)
click to toggle source
# File lib/odf.rb, line 49 def self.configure(&block) block.call(self) end
creator()
click to toggle source
# File lib/odf.rb, line 61 def self.creator @creator end
creator=(val)
click to toggle source
# File lib/odf.rb, line 65 def self.creator=(val) @creator = val end
styles()
click to toggle source
# File lib/odf.rb, line 57 def self.styles File.read(@styles || DEFAULT_STYLE) end
styles=(val)
click to toggle source
# File lib/odf.rb, line 53 def self.styles=(val) @styles = val end