Method: ODF::ParagraphContainer#tab

Defined in:
lib/odf/tab.rb

#tab(*args) ⇒ Object



31
32
33
34
35
# File 'lib/odf/tab.rb', line 31

def tab(*args)
  t = Tab.new
  content_parts << t
  t
end