Origami::Array
Class representing a Destination fitting a Page vertically.
pageref
A Reference to a Page.
left
The horizontal coord in the Page.
# File lib/origami/destinations.rb, line 122 def initialize(pageref, left = 0) @left = left super([pageref, :FitV, left]) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.