Class: HexaPDF::Type::EmbeddedFile::MacInfo
- Inherits:
-
Dictionary
- Object
- Object
- Dictionary
- HexaPDF::Type::EmbeddedFile::MacInfo
- Defined in:
- lib/hexapdf/type/embedded_file.rb
Overview
The type used for the /Mac field of an EmbeddedFile::Parameters dictionary.
Constant Summary
Constants included from DictionaryFields
DictionaryFields::Boolean, DictionaryFields::PDFByteString, DictionaryFields::PDFDate
Constants inherited from Object
Object::NOT_DUPLICATABLE_CLASSES
Instance Attribute Summary
Attributes inherited from Object
#data, #document, #must_be_indirect
Instance Method Summary collapse
-
#type ⇒ Object
Returns
:XXEmbeddedFileParametersMacInfo
.
Methods inherited from Dictionary
#[], #[]=, define_field, #delete, #each, each_field, #empty?, field, #key?, #to_hash
Methods inherited from Object
#<=>, #==, deep_copy, #deep_copy, #document?, #eql?, #gen, #gen=, #hash, #indirect?, #initialize, #inspect, #must_be_indirect?, #null?, #oid, #oid=, #validate, #value, #value=
Constructor Details
This class inherits a constructor from HexaPDF::Object
Instance Method Details
#type ⇒ Object
Returns :XXEmbeddedFileParametersMacInfo
57 58 59 |
# File 'lib/hexapdf/type/embedded_file.rb', line 57 def type :XXEmbeddedFileParametersMacInfo end |