Class: Pdfrb::Model::Type::DestinationFitR
- Inherits:
-
Destination
- Object
- Object
- PdfArray
- Destination
- Pdfrb::Model::Type::DestinationFitR
- Defined in:
- lib/pdfrb/model/type/destination.rb
Overview
[page, :FitR, left, bottom, right, top] — rectangle fits the window (s12.3.2.2).
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
Methods inherited from Destination
#display_type, #fit?, #fit_b?, #fit_bh?, #fit_bv?, #fit_h?, #fit_r?, #fit_v?, #page_number, #page_number?, #page_ref, #xyz?
Methods inherited from PdfArray
#<<, #==, #[], #[]=, apply_arlington_definition, arlington_definition, #delete_at, #each, element_field, #empty?, #initialize, #inspect, #length, #push, #to_a
Methods included from Cos::ArlingtonBacked
Methods inherited from Object
#==, define_type, #deref, #indirect?, #initialize, #must_be_indirect?, #pdf_type, pdf_type
Constructor Details
This class inherits a constructor from Pdfrb::Model::PdfArray
Instance Method Details
#bottom ⇒ Object
64 |
# File 'lib/pdfrb/model/type/destination.rb', line 64 def bottom; self[3]; end |
#left ⇒ Object
63 |
# File 'lib/pdfrb/model/type/destination.rb', line 63 def left; self[2]; end |
#right ⇒ Object
65 |
# File 'lib/pdfrb/model/type/destination.rb', line 65 def right; self[4]; end |
#top ⇒ Object
66 |
# File 'lib/pdfrb/model/type/destination.rb', line 66 def top; self[5]; end |