class OpenXml::Docx::Properties::TableBorder

Public Class Methods

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