class OpenXml::Docx::Properties::TableCellBorder

Public Class Methods

new(tag, value) click to toggle source
# File lib/openxml/docx/properties/table_cell_border.rb, line 19
def initialize(tag, value)
  super tag
  self.value = value
end