Method: IsoDoc::WordFunction::Body#example_table_attr

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

#example_table_attr(node) ⇒ Object



229
230
231
232
233
234
235
236
# File 'lib/isodoc/word_function/body.rb', line 229

def example_table_attr(node)
  super.merge({
    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;border-collapse:collapse;"
  })
end