class Odf::Document::Presentation

Constants

EXTENSION
MIME_TYPE
WRAPPER

Public Instance Methods

add_page(options = {}) click to toggle source
# File lib/odf/document/presentation.rb, line 8
def add_page(options = {})
  Odf::Element::DrawPage.build(self, options)
end