Class: Uniword::Mhtml::Metadata::DocumentProperties

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/uniword/mhtml/metadata/document_properties.rb

Overview

o:DocumentProperties — Word document metadata from MHTML.

Embedded in HTML head as:

<!--[if gte mso 9]><xml>
  <o:DocumentProperties>
    <o:Author>...</o:Author>
    <o:Created>...</o:Created>
    ...
  </o:DocumentProperties>
</xml><![endif]-->