Methods

Included Modules

Class/Module Index [+]

Quicksearch

Origami::Destination::VerticalFit

Class representing a Destination fitting a Page vertically.

pageref

A Reference to a Page.

left

The horizontal coord in the Page.

Public Class Methods

new(pageref, left = 0) click to toggle source
# 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.