lib/isodoc/word_function/table.rb in isodoc-1.0.20 vs lib/isodoc/word_function/table.rb in isodoc-1.0.21
- old
+ new
@@ -34,9 +34,10 @@
end
def make_table_attr(node)
super.merge(attr_code({
summary: node["summary"],
+ width: node["width"],
style: "mso-table-lspace:15.0cm;margin-left:423.0pt;"\
"mso-table-rspace:15.0cm;margin-right:423.0pt;"\
"mso-table-anchor-horizontal:column;"\
"mso-table-overlap:never;border-spacing:0;border-width:1px;"
}))