Class: HexaPDF::Document::Metadata::LocalizedString

Inherits:
String
  • Object
show all
Defined in:
lib/hexapdf/document/metadata.rb

Overview

Represents a localized XMP string, i.e. as string with an attached language.

Instance Attribute Summary collapse

Instance Attribute Details

#languageObject

The language identifier for the string in RFC3066 format.



114
115
116
# File 'lib/hexapdf/document/metadata.rb', line 114

def language
  @language
end