Method: Docxi::Word::Footnotes#render

Defined in:
lib/docxi/word/footnotes.rb

#render(zip) ⇒ Object



10
11
12
13
# File 'lib/docxi/word/footnotes.rb', line 10

def render(zip)
  zip.put_next_entry('word/footnotes.xml')
  zip.write(Docxi.to_xml(document))
end