Method: IsoDoc::WordFunction::Body#example_table_attr

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

#example_table_attr(node) ⇒ Object



182
183
184
185
186
187
188
189
190
# File 'lib/isodoc/word_function/body.rb', line 182

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