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