Class: OpenXml::Docx::Properties::TableOverlap
- Inherits:
- 
      ValueProperty
      
        - Object
- BaseProperty
- ValueProperty
- OpenXml::Docx::Properties::TableOverlap
 
- Defined in:
- lib/openxml/docx/properties/table_overlap.rb
Instance Attribute Summary
Attributes inherited from ValueProperty
Attributes inherited from BaseProperty
Instance Method Summary collapse
Methods inherited from ValueProperty
#initialize, #invalid_message, #render?, #to_xml, #valid?
Methods inherited from BaseProperty
#default_name, #default_namespace, #default_tag, #initialize, name, #name, namespace, #namespace, #render?, tag, #tag, tag_is_one_of
Constructor Details
This class inherits a constructor from OpenXml::Docx::Properties::ValueProperty
Instance Method Details
#ok_values ⇒ Object
| 7 8 9 | # File 'lib/openxml/docx/properties/table_overlap.rb', line 7 def ok_values %i(never overlap) end |