Method: RODF::Text#page_layout

Defined in:
lib/rodf/text.rb

#page_layout(*args, &block) ⇒ Object



77
78
79
80
81
82
83
# File 'lib/rodf/text.rb', line 77

def page_layout(*args, &block)
  x = PageLayout.new(*args, &block)

  page_layouts << x

  return x
end