Class representing a Destination fitting horizontally the bouding box a Page.
Creates a new horizontal bounding box fit Destination.
pageref |
|
top |
The vertical coord. |
# File lib/origami/destinations.rb, line 181 def initialize(pageref, top = 0) @top = top super([pageref, :FitBH, top]) end
Generated with the Darkfish Rdoc Generator 2.