Class: Uniword::Mhtml::ThemePart

Inherits:
MimePart
  • Object
show all
Defined in:
lib/uniword/mhtml/theme_part.rb

Overview

Theme data MIME part — .thmx file (Office theme package).

The .thmx is itself a ZIP file containing theme parts (theme/theme1.xml, theme/_rels/, [Content_Types].xml).

Instance Method Summary collapse

Methods inherited from MimePart

#decoded_content, #decoded_content=, #filename, #html_content?, #image_content?, #text_content?, #theme_content?, #xml_content?

Instance Method Details

#theme_dataObject



10
11
12
# File 'lib/uniword/mhtml/theme_part.rb', line 10

def theme_data
  decoded_content
end

#theme_data=(value) ⇒ Object



14
15
16
# File 'lib/uniword/mhtml/theme_part.rb', line 14

def theme_data=(value)
  self.raw_content = value
end