Method: IsoDoc::WordFunction::Body#example_table_attr

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

#example_table_attr(node) ⇒ Object



194
195
196
197
198
199
200
201
202
# File 'lib/isodoc/word_function/body.rb', line 194

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-anchor-horizontal:column;"\
           "mso-table-overlap:never;border-collapse:collapse;"\
           "#{keep_style(node)}",
  )
end