Rabbit::Element::TitleSlide
# File lib/rabbit/element/poppler-title-slide.rb, line 8 def initialize(page, document) @document = document @page = PopplerPage.new(page) super(@page) end
# File lib/rabbit/element/poppler-title-slide.rb, line 18 def theme super || "pdf" end
# File lib/rabbit/element/poppler-title-slide.rb, line 14 def title (@document.title || super).chomp end
[Validate]
Generated with the Darkfish Rdoc Generator 2.