Method: IsoDoc::WordFunction::Postprocess#table_toc_class
- Defined in:
- lib/isodoc/word_function/postprocess_toc.rb
#table_toc_class ⇒ Object
inheriting gems need to add native Word name of style, if different including both CSS style name and human readable style name. Any human readable style name needs to come first for the Word template to work in regenerating the ToC
81 82 83 |
# File 'lib/isodoc/word_function/postprocess_toc.rb', line 81 def table_toc_class %w(TableTitle tabletitle) end |