Class: Rubyword::Writer::Part::FontTable

Inherits:
Base
  • Object
show all
Defined in:
lib/rubyword/writer/part/font_table.rb

Instance Attribute Summary

Attributes inherited from Base

#rubyword, #section

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Rubyword::Writer::Part::Base

Instance Method Details

#writeObject



6
7
8
# File 'lib/rubyword/writer/part/font_table.rb', line 6

def write
  Nokogiri::XML(open(File.join(::Rubyword::WORD_TEMP_PATH, 'fontTable.xml'))).to_xml
end