Class: Pdfrb::Model::Type::MicrosoftWindowsLaunchParam
- Inherits:
-
Cos::Dictionary
- Object
- Object
- Cos::Dictionary
- Pdfrb::Model::Type::MicrosoftWindowsLaunchParam
- Defined in:
- lib/pdfrb/model/type/misc_extras.rb
Overview
Windows launch parameter dictionary (s12.6.4.6, /Win): the Windows half of a /Launch action.
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
#default_directory ⇒ Object
130 |
# File 'lib/pdfrb/model/type/misc_extras.rb', line 130 def default_directory; self[:D]; end |
#file ⇒ Object
129 |
# File 'lib/pdfrb/model/type/misc_extras.rb', line 129 def file; self[:F]; end |
#operation ⇒ Object
131 |
# File 'lib/pdfrb/model/type/misc_extras.rb', line 131 def operation; self[:O]; end |
#parameters ⇒ Object
132 |
# File 'lib/pdfrb/model/type/misc_extras.rb', line 132 def parameters; self[:P]; end |