Class: Uniword::Properties::EmphasisMark

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

Overview

Emphasis mark element (accent marks above/below text)

Represents <w:em w:val=“…”/> where value is:

  • “none” = no emphasis mark

  • “dot” = dot above text (most common)

  • “comma” = comma above text

  • “circle” = circle above text

  • “underDot” = dot below text

Instance Method Summary collapse

Instance Method Details

#valObject

Alias for XML attribute compatibility



23
24
25
# File 'lib/uniword/properties/emphasis_mark.rb', line 23

def val
  value
end