Class: OpenXml::Docx::Properties::TableCellBorder
- Inherits:
-
ComplexProperty
- Object
- BaseProperty
- ComplexProperty
- OpenXml::Docx::Properties::TableCellBorder
- Defined in:
- lib/openxml/docx/properties/table_cell_border.rb
Instance Attribute Summary
Attributes inherited from BaseProperty
Instance Method Summary collapse
-
#initialize(tag, value) ⇒ TableCellBorder
constructor
A new instance of TableCellBorder.
Methods inherited from ComplexProperty
Methods inherited from BaseProperty
#default_name, #default_namespace, #default_tag, name, #name, namespace, #namespace, #render?, #tag, tag, tag_is_one_of
Constructor Details
#initialize(tag, value) ⇒ TableCellBorder
Returns a new instance of TableCellBorder.
19 20 21 22 |
# File 'lib/openxml/docx/properties/table_cell_border.rb', line 19 def initialize(tag, value) super tag self.value = value end |