Class: Uniword::Properties::WidthScale
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Uniword::Properties::WidthScale
- Defined in:
- lib/uniword/properties/width_scale.rb
Overview
Width scaling element (horizontal text scaling)
Represents <w:w w:val=“…”/> where value is:
-
Integer percentage (50-600)
-
100 = normal width (default)
-
< 100 = condensed (e.g., 80 = 80% width)
-
> 100 = expanded (e.g., 150 = 150% width)
Instance Method Summary collapse
-
#val ⇒ Object
Alias for XML attribute compatibility.
Instance Method Details
#val ⇒ Object
Alias for XML attribute compatibility
22 23 24 |
# File 'lib/uniword/properties/width_scale.rb', line 22 def val value end |