Class: Uniword::Properties::Position
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Uniword::Properties::Position
- 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
-
#val ⇒ Object
Alias for XML attribute compatibility.
Instance Method Details
#val ⇒ Object
Alias for XML attribute compatibility
21 22 23 |
# File 'lib/uniword/properties/position.rb', line 21 def val value end |