SYMBOL INDEX (54 symbols across 9 files) FILE: lib/htmltoword.rb type Htmltoword (line 7) | module Htmltoword function configure (line 9) | def configure function configuration (line 13) | def configuration FILE: lib/htmltoword/configuration.rb type Htmltoword (line 1) | module Htmltoword class Configuration (line 2) | class Configuration method initialize (line 5) | def initialize FILE: lib/htmltoword/document.rb type Htmltoword (line 1) | module Htmltoword class Document (line 2) | class Document method create (line 7) | def create(content, template_name = nil, extras = false) method create_and_save (line 14) | def create_and_save(content, file_path, template_name = nil, extras ... method create_with_content (line 20) | def create_with_content(template, content, extras = false) method extension (line 27) | def extension method doc_xml_file (line 31) | def doc_xml_file method numbering_xml_file (line 35) | def numbering_xml_file method relations_xml_file (line 39) | def relations_xml_file method content_types_xml_file (line 43) | def content_types_xml_file method initialize (line 48) | def initialize(template_path) method generate (line 57) | def generate method replace_files (line 92) | def replace_files(html, extras = false) method transform_doc_xml (line 102) | def transform_doc_xml(source, extras = false) method transform_and_replace (line 110) | def transform_and_replace(source, stylesheet_path, file, remove_ns =... method local_images (line 119) | def local_images(source) method content_type_from_extension (line 129) | def content_type_from_extension(ext) method inject_image_content_types (line 134) | def inject_image_content_types(source) FILE: lib/htmltoword/helpers/templates_helper.rb type Htmltoword (line 1) | module Htmltoword type TemplatesHelper (line 2) | module TemplatesHelper function template_file (line 3) | def template_file(template_file_name = nil) FILE: lib/htmltoword/helpers/xslt_helper.rb type Htmltoword (line 1) | module Htmltoword type XSLTHelper (line 2) | module XSLTHelper function document_xslt (line 3) | def document_xslt(extras = false) function xslt_path (line 8) | def xslt_path(template_name) function xslt (line 12) | def xslt(stylesheet_name: nil, stylesheet_path: nil) FILE: lib/htmltoword/railtie.rb type Htmltoword (line 1) | module Htmltoword class Railtie (line 2) | class Railtie < ::Rails::Railtie method to_docx (line 14) | def to_docx FILE: lib/htmltoword/renderer.rb type Htmltoword (line 1) | module Htmltoword class Renderer (line 2) | class Renderer method send_file (line 4) | def send_file(context, filename, options = {}) method initialize (line 9) | def initialize(context, filename, options) method send_file (line 19) | def send_file method define_template (line 26) | def define_template(filename, options) method file_name (line 38) | def file_name(filename, options) FILE: lib/htmltoword/version.rb type Htmltoword (line 1) | module Htmltoword FILE: spec/spec_helper.rb function compare_transformed_files (line 8) | def compare_transformed_files(test:, test_file_name:, extras: false) function compare_resulting_wordml_with_expected (line 14) | def compare_resulting_wordml_with_expected(html, resulting_wordml, extra... function compare_numbering_xml (line 23) | def compare_numbering_xml(html, expected_xml) function compare_relations_xml (line 32) | def compare_relations_xml(html, expected_xml) function check_link_text (line 41) | def check_link_text(html, resulting_wordml, extras: false) function fixture_path (line 51) | def fixture_path(folder, file_name, extension) function tmp_path (line 56) | def tmp_path(filename) function compare_content_of_body? (line 60) | def compare_content_of_body?(wordml) function remove_whitespace (line 64) | def remove_whitespace(wordml) function remove_whitespace_for_link_check (line 68) | def remove_whitespace_for_link_check(wordml) function remove_declaration (line 72) | def remove_declaration(wordml)