Class: Uniword::Properties::Position

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/uniword/properties/position.rb

Overview

Text position element (raised/lowered text)

Represents <w:position w:val=“…”/> where value is:

  • Integer in half-points

  • Positive values raise text (superscript-like)

  • Negative values lower text (subscript-like)

Instance Method Summary collapse

Instance Method Details

#valObject

Alias for XML attribute compatibility



21
22
23
# File 'lib/uniword/properties/position.rb', line 21

def val
  value
end