Module: DocxGenerator

Defined in:
lib/docx_generator.rb,
lib/docx_generator/dsl.rb,
lib/docx_generator/word.rb,
lib/docx_generator/element.rb,
lib/docx_generator/version.rb,
lib/docx_generator/dsl/text.rb,
lib/docx_generator/word/base.rb,
lib/docx_generator/dsl/document.rb,
lib/docx_generator/dsl/paragraph.rb,
lib/docx_generator/word/extensions.rb,
lib/docx_generator/word/formatting.rb

Overview

This file should be standarized. All the parameters should be named parameters (or maybe only those who take a Hash). All they do is arguments tranformations and they document possible arguments from the specification.

Defined Under Namespace

Modules: DSL, Word Classes: Element

Constant Summary collapse

VERSION =

Version of DocxGenerator.

"0.1.1"