Class: Pdfrb::Model::Type::SlideShow
- Inherits:
-
Cos::Dictionary
- Object
- Object
- Cos::Dictionary
- Pdfrb::Model::Type::SlideShow
- Defined in:
- lib/pdfrb/model/type/misc_extras.rb
Overview
Slide-show dictionary (s13.5.2, /SlideShow): a sequence of pages or resources for presentation mode.
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
Methods inherited from Cos::Dictionary
#[], #[]=, apply_arlington_definition, arlington_default, arlington_key_to_symbol, arlington_one_type_to_ruby, arlington_required?, arlington_scalar, arlington_types_to_ruby, arlington_version, define_field, define_field_from_arlington, #delete, #each, each_field, #each_raw, #empty?, field, #initialize, #key?, #keys, lookup_type, merged_field, own_fields, #pdf_type, register_type, type_map, #validate
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::Cos::Dictionary
Instance Method Details
#resources ⇒ Object
203 |
# File 'lib/pdfrb/model/type/misc_extras.rb', line 203 def resources; self[:Resources]; end |
#start_resource ⇒ Object
204 |
# File 'lib/pdfrb/model/type/misc_extras.rb', line 204 def start_resource; self[:StartResource]; end |
#subtype ⇒ Object
202 |
# File 'lib/pdfrb/model/type/misc_extras.rb', line 202 def subtype; self[:Subtype]; end |
#type ⇒ Object
201 |
# File 'lib/pdfrb/model/type/misc_extras.rb', line 201 def type; self[:Type]; end |