Module: Uniword::Properties::BooleanElement
- Included in:
- Customxml::ShowingPlaceholder, DocumentVariables::ReadOnly, Glossary::AutoText, Glossary::Equation, Glossary::TextBox, AdjustRightInd, AutoSpaceDE, AutoSpaceDN, ContextualSpacing, PageBreakBefore, WidowControl, SharedTypes::BooleanValue, SharedTypes::OnOff, Wordprocessingml::Emboss, Wordprocessingml::Imprint, Wordprocessingml::Outline, Wordprocessingml::Shadow
- Defined in:
- lib/uniword/properties/boolean_element_factory.rb
Overview
OOXML boolean element mixin for value/val getter logic only. The val= setter must be defined AFTER attribute :val to override the generated setter.
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
11 12 13 |
# File 'lib/uniword/properties/boolean_element_factory.rb', line 11 def value val != "false" end |