# File lib/ruport/formatter/pdf.rb, line 100 def apply_template apply_page_format_template(template.page_format) apply_text_format_template(template.text_format) apply_table_format_template(template.table_format) apply_column_format_template(template.column_format) apply_heading_format_template(template.heading_format) apply_grouping_format_template(template.grouping_format) end