| Class | Origami::Destination::GlobalFit |
| In: |
sources/parser/destinations.rb
|
| Parent: | Origami::Array |
Class representing a Destination showing a Page globally.
Creates a new global fit Destination.
| pageref: | A Reference to a Page. |
# File sources/parser/destinations.rb, line 71
71: def initialize(pageref, indirect = false)
72: super([pageref, :Fit], indirect)
73: end