class Rabbit::Element::PopplerTitleSlide
Public Class Methods
new(page, document)
click to toggle source
Calls superclass method
# File lib/rabbit/element/poppler-title-slide.rb, line 8 def initialize(page, document) @document = document @page = PopplerPage.new(page) super(@page) end
Public Instance Methods
theme()
click to toggle source
Calls superclass method
# File lib/rabbit/element/poppler-title-slide.rb, line 18 def theme super || "pdf" end
title()
click to toggle source
Calls superclass method
# File lib/rabbit/element/poppler-title-slide.rb, line 14 def title (@document.title || super).chomp end