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