Class: Uniword::Properties::CharacterSpacing

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

Overview

Character spacing element (expanded/condensed text)

Represents <w:spacing w:val=“…”/> in run properties where value is:

  • Integer in twips (1/1440 inch)

  • Positive values expand spacing between characters

  • Negative values condense spacing

  • Zero is normal spacing

Instance Method Summary collapse

Instance Method Details

#valObject

Alias for XML attribute compatibility



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

def val
  value
end