Class: OpenXml::Docx::Properties::TableBorder

Inherits:
ComplexProperty show all
Defined in:
lib/openxml/docx/properties/table_border.rb

Instance Attribute Summary

Attributes inherited from BaseProperty

#value

Instance Method Summary collapse

Methods inherited from ComplexProperty

#render?, #to_xml

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) ⇒ TableBorder

Returns a new instance of TableBorder.



19
20
21
22
# File 'lib/openxml/docx/properties/table_border.rb', line 19

def initialize(tag, value)
  super tag
  @value = value
end