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