Module: Origami::Destination

Overview

A destination represents a specified location into the document.

Defined Under Namespace

Classes: GlobalBoundingBoxFit, GlobalFit, HorizontalBoudingBoxFit, HorizontalFit, RectangleFit, VerticalBoundingBoxFit, VerticalFit, Zoom

Instance Attribute Summary collapse

Instance Attribute Details

#bottomObject (readonly)

Returns the value of attribute bottom.



50
51
52
# File 'lib/origami/destinations.rb', line 50

def bottom
  @bottom
end

#leftObject (readonly)

Returns the value of attribute left.



50
51
52
# File 'lib/origami/destinations.rb', line 50

def left
  @left
end

#rightObject (readonly)

Returns the value of attribute right.



50
51
52
# File 'lib/origami/destinations.rb', line 50

def right
  @right
end

#topObject (readonly)

Returns the value of attribute top.



50
51
52
# File 'lib/origami/destinations.rb', line 50

def top
  @top
end

#zoomObject (readonly)

Returns the value of attribute zoom.



50
51
52
# File 'lib/origami/destinations.rb', line 50

def zoom
  @zoom
end