Class: Origami::Resources
- Inherits:
-
Dictionary
- Object
- Hash
- Dictionary
- Origami::Resources
- Includes:
- ResourcesHolder, StandardObject
- Defined in:
- lib/origami/page.rb
Overview
Class representing a Resources Dictionary for a Page.
Constant Summary collapse
- EXTGSTATE =
:ExtGState
- COLORSPACE =
:ColorSpace
- PATTERN =
:Pattern
- SHADING =
:Shading
- XOBJECT =
:XObject
- FONT =
:Font
- PROPERTIES =
:Properties
Constants included from StandardObject
StandardObject::DEFAULT_ATTRIBUTES
Constants inherited from Dictionary
Constants included from Object
Instance Attribute Summary
Attributes inherited from Dictionary
#names_cache, #strings_cache, #xref_cache
Attributes included from Object
#file_offset, #generation, #no, #objstm_offset, #parent
Instance Method Summary collapse
Methods included from ResourcesHolder
#add_colorspace, #add_extgstate, #add_font, #add_pattern, #add_properties, #add_resource, #add_shading, #add_xobject, #colorspaces, #extgstates, #fonts, #ls_resources, #patterns, #properties, #resources, #shadings, #xobjects
Methods included from StandardObject
#do_type_check, #has_field?, included, #pdf_version_required, #set_default_value, #set_default_values
Methods inherited from Dictionary
#[], #[]=, add_type_info, #cast_to, #copy, #delete, guess_type, #has_key?, hint_type, #initialize, #map!, #merge, #method_missing, native_type, parse, #to_obfuscated_str, #to_s
Methods included from Object
#<=>, #cast_to, #copy, #export, #indirect_parent, #initialize, #is_indirect?, #logicalize, #logicalize!, #native_type, native_type, parse, #pdf, #pdf_version_required, #post_build, #reference, #resolve_all_references, #set_indirect, #set_pdf, #size, skip_until_next_obj, #solve, #to_o, #to_s, #type, typeof, #xrefs
Methods inherited from Hash
Constructor Details
This class inherits a constructor from Origami::Dictionary
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Origami::Dictionary