Method: IsoDoc::WordFunction::Body#make_table_attr

Defined in:
lib/isodoc/word_function/body.rb

#make_table_attr(node) ⇒ Object



239
240
241
242
243
244
245
246
# File 'lib/isodoc/word_function/body.rb', line 239

def make_table_attr(node)
  {
    style: "mso-table-lspace:15.0cm;margin-left:423.0pt;"\
    "mso-table-rspace:15.0cm;margin-right:423.0pt;mso-table-bspace:14.2pt;"\
    "mso-table-anchor-vertical:paragraph;mso-table-anchor-horizontal:column;"\
    "mso-table-overlap:never;"
  }.merge(super)
end