class OpenXml::Docx::Properties::TableCellBorder
Public Class Methods
new(tag, value)
click to toggle source
Calls superclass method
OpenXml::Docx::Properties::BaseProperty::new
# File lib/openxml/docx/properties/table_cell_border.rb, line 19 def initialize(tag, value) super tag self.value = value end