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