Module: HexaPDF::DictionaryFields::IdentityConverter

Defined in:
lib/hexapdf/dictionary_fields.rb

Overview

Does nothing.

Class Method Summary collapse

Class Method Details

.additional_typesObject

:nodoc:



189
190
# File 'lib/hexapdf/dictionary_fields.rb', line 189

def self.additional_types #:nodoc:
end

.convert(data, _type, _document) ⇒ Object

:nodoc:



196
197
198
# File 'lib/hexapdf/dictionary_fields.rb', line 196

def self.convert(data, _type, _document) #:nodoc:
  data
end

.convert?(_data, _type) ⇒ Boolean

:nodoc:

Returns:



192
193
194
# File 'lib/hexapdf/dictionary_fields.rb', line 192

def self.convert?(_data, _type) #:nodoc:
  false
end

.usable_for?(_type) ⇒ Boolean

:nodoc:

Returns:



185
186
187
# File 'lib/hexapdf/dictionary_fields.rb', line 185

def self.usable_for?(_type) #:nodoc:
  true
end