Module: Uniword::Docx

Defined in:
lib/uniword/docx.rb,
lib/uniword/docx/part.rb,
lib/uniword/docx/package.rb,
lib/uniword/docx/profile.rb,
lib/uniword/docx/chart_part.rb,
lib/uniword/docx/reconciler.rb,
lib/uniword/docx/id_allocator.rb,
lib/uniword/docx/reconciler/fix.rb,
lib/uniword/docx/custom_xml_item.rb,
lib/uniword/docx/part_collection.rb,
lib/uniword/docx/reconciler/body.rb,
lib/uniword/docx/package_defaults.rb,
lib/uniword/docx/reconciler/notes.rb,
lib/uniword/docx/reconciler/parts.rb,
lib/uniword/docx/reconciler/theme.rb,
lib/uniword/docx/reconciler/tables.rb,
lib/uniword/docx/header_footer_part.rb,
lib/uniword/docx/header_footer_view.rb,
lib/uniword/docx/reconciler/helpers.rb,
lib/uniword/docx/document_statistics.rb,
lib/uniword/docx/reconciler/fix_codes.rb,
lib/uniword/docx/package_serialization.rb,
lib/uniword/docx/package_integrity_checker.rb,
lib/uniword/docx/reconciler/package_structure.rb,
lib/uniword/docx/header_footer_part_collection.rb,
lib/uniword/docx/reconciler/referential_integrity.rb

Overview

DOCX file format namespace.

DOCX packages contain OOXML markup wrapped in an OPC ZIP container. This namespace holds DOCX-specific concerns: the package model, document-level reconciliation, and user-defined requirements.

Defined Under Namespace

Modules: PackageDefaults, PackageSerialization Classes: ChartPart, CustomXmlItem, DocumentStatistics, HeaderFooterPart, HeaderFooterPartCollection, HeaderFooterView, IdAllocator, LocaleProfile, Package, PackageIntegrityChecker, Part, PartCollection, Profile, Reconciler, SystemProfile, UserProfile