Class: Uniword::Wordprocessingml::W14TextId

Inherits:
Lutaml::Model::Type::String
  • Object
show all
Defined in:
lib/uniword/wordprocessingml/w14_attributes.rb

Overview

Typed attribute for w14:textId (ST_LongHexNumber)

Class Method Summary collapse

Class Method Details

.cast(value, _options = {}) ⇒ Object



52
53
54
# File 'lib/uniword/wordprocessingml/w14_attributes.rb', line 52

def self.cast(value, _options = {})
  Wordprocessingml.cast_long_hex_number(value)
end