Class: Pdfrb::Linearization::Writer::Layout
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Linearization::Writer::Layout
- Defined in:
- lib/pdfrb/linearization/writer.rb
Overview
Internal value object carrying computed offsets through assembly.
Instance Attribute Summary collapse
-
#first_page_end ⇒ Object
Returns the value of attribute first_page_end.
-
#first_page_oid ⇒ Object
Returns the value of attribute first_page_oid.
-
#hint_compressed ⇒ Object
Returns the value of attribute hint_compressed.
-
#hint_dict ⇒ Object
Returns the value of attribute hint_dict.
-
#hint_length ⇒ Object
Returns the value of attribute hint_length.
-
#hint_offset ⇒ Object
Returns the value of attribute hint_offset.
-
#hint_oid ⇒ Object
Returns the value of attribute hint_oid.
-
#lin_dict_offset ⇒ Object
Returns the value of attribute lin_dict_offset.
-
#lin_dict_size ⇒ Object
Returns the value of attribute lin_dict_size.
-
#num_pages ⇒ Object
Returns the value of attribute num_pages.
-
#ordered_objects ⇒ Object
Returns the value of attribute ordered_objects.
-
#total_size ⇒ Object
Returns the value of attribute total_size.
-
#trailer_bytes ⇒ Object
Returns the value of attribute trailer_bytes.
-
#xref_bytes ⇒ Object
Returns the value of attribute xref_bytes.
-
#xref_offset ⇒ Object
Returns the value of attribute xref_offset.
Instance Attribute Details
#first_page_end ⇒ Object
Returns the value of attribute first_page_end
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def first_page_end @first_page_end end |
#first_page_oid ⇒ Object
Returns the value of attribute first_page_oid
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def first_page_oid @first_page_oid end |
#hint_compressed ⇒ Object
Returns the value of attribute hint_compressed
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def hint_compressed @hint_compressed end |
#hint_dict ⇒ Object
Returns the value of attribute hint_dict
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def hint_dict @hint_dict end |
#hint_length ⇒ Object
Returns the value of attribute hint_length
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def hint_length @hint_length end |
#hint_offset ⇒ Object
Returns the value of attribute hint_offset
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def hint_offset @hint_offset end |
#hint_oid ⇒ Object
Returns the value of attribute hint_oid
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def hint_oid @hint_oid end |
#lin_dict_offset ⇒ Object
Returns the value of attribute lin_dict_offset
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def lin_dict_offset @lin_dict_offset end |
#lin_dict_size ⇒ Object
Returns the value of attribute lin_dict_size
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def lin_dict_size @lin_dict_size end |
#num_pages ⇒ Object
Returns the value of attribute num_pages
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def num_pages @num_pages end |
#ordered_objects ⇒ Object
Returns the value of attribute ordered_objects
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def ordered_objects @ordered_objects end |
#total_size ⇒ Object
Returns the value of attribute total_size
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def total_size @total_size end |
#trailer_bytes ⇒ Object
Returns the value of attribute trailer_bytes
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def trailer_bytes @trailer_bytes end |
#xref_bytes ⇒ Object
Returns the value of attribute xref_bytes
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def xref_bytes @xref_bytes end |
#xref_offset ⇒ Object
Returns the value of attribute xref_offset
20 21 22 |
# File 'lib/pdfrb/linearization/writer.rb', line 20 def xref_offset @xref_offset end |