Class: Uniword::Properties::WidthScale

Inherits:
Lutaml::Model::Serializable
  • Object
show all
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

Instance Method Details

#valObject

Alias for XML attribute compatibility



22
23
24
# File 'lib/uniword/properties/width_scale.rb', line 22

def val
  value
end