Class: Uniword::Properties::Bold

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Includes:
BooleanElement, BooleanValSetter
Defined in:
lib/uniword/properties/bold.rb

Overview

Bold formatting element

OOXML: <w:b/> means bold=true (absence of val= means true) <w:b w:val=“false”/> means bold=false

Model: nil = true (no val attribute), ‘false’ = explicit false

Method Summary

Methods included from BooleanValSetter

included

Methods included from BooleanElement

#value, #value=