# File lib/ruport/formatter/text.rb, line 53
    def apply_template
      apply_table_format_template(template.table)
      apply_column_format_template(template.column)
      apply_grouping_format_template(template.grouping)
    end