Class: HexaPDF::Document::Metadata::LocalizedString
- Inherits:
-
String
- Object
- String
- HexaPDF::Document::Metadata::LocalizedString
- 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
-
#language ⇒ Object
The language identifier for the string in RFC3066 format.
Instance Attribute Details
#language ⇒ Object
The language identifier for the string in RFC3066 format.
119 120 121 |
# File 'lib/hexapdf/document/metadata.rb', line 119 def language @language end |