Module: ODFWriter

Defined in:
lib/odf_writer/text.rb,
lib/odf_writer/field.rb,
lib/odf_writer/image.rb,
lib/odf_writer/style.rb,
lib/odf_writer/table.rb,
lib/odf_writer/images.rb,
lib/odf_writer/nested.rb,
lib/odf_writer/section.rb,
lib/odf_writer/version.rb,
lib/odf_writer/bookmark.rb,
lib/odf_writer/document.rb,
lib/odf_writer/template.rb,
lib/odf_writer/list_style.rb,
lib/odf_writer/odf_helper.rb,
lib/odf_writer/path_finder.rb,
lib/odf_writer/text_reader.rb,
lib/odf_writer/field_reader.rb,
lib/odf_writer/image_reader.rb,
lib/odf_writer/table_reader.rb,
lib/odf_writer/parser/default.rb,
lib/odf_writer/section_reader.rb,
lib/odf_writer/bookmark_reader.rb

Overview

Ruby Gem to create a self populating Open Document Format (.odf) text file.

Copyright 2021 Stephan Wenzel <[email protected]>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Defined Under Namespace

Modules: Images, Nested, ODFHelper, Parser Classes: Bookmark, BookmarkReader, Document, Field, FieldReader, Image, ImageReader, ListStyle, PathFinder, Section, SectionReader, Style, Table, TableReader, Template, Text, TextReader

Constant Summary collapse

VERSION =

1.0.2

- added arrify to document.rb

1.0.1 initial commit

"1.0.13"