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.



119
120
121
# File 'lib/hexapdf/document/metadata.rb', line 119

def language
  @language
end