mlreportgen.dom.CoreProperties class

Package: mlreportgen.dom
Superclasses:

OPC core properties of document or template

Description

OPC core properties of a document or template.

Construction

corePropsObj = CoreProperties() creates an empty core properties object. Core properties are metadata stored in a document OPC package that describe various properties of the document. Windows® Explorer displays some of the core properties when you select a document.

Output Arguments

expand all

OPC core properties, represented by an mlreportgen.dom.CoreProperties object.

Properties

expand all

Category of a document, specified as a character vector.

Content status of a document, specified as a character vector.

Creation date and time of the document, specified as a character vector. The format of the date and time is yyyy-mmm-dd hh:mm:ss.

Creator of a document, specified as a character vector.

Description of a document, specified as a character vector.

ID for this document element, specified as a character vector or string scalar. The DOM generates a session-unique ID when it creates the document element. You can specify your own ID.

Identifier for a document, specified as a character vector.

Keywords associated with a document, specified as a character vector.

Language of a document, specified as a character vector.

Agent that last modified this document, specified as a character vector.

Last date and time this document was printed, specified as a character vector. The format of the date and time is yyyy-mmm-dd hh:mm:ss.

Last date and time this document was modified, specified as a character vector. The format of the date and time is yyyy-mmm-dd hh:mm:ss.

Revision of a document, specified as a character vector.

Subject of a document, specified as a character vector.

Tag for this document element, specified as a character vector or string scalar.

The DOM generates a session-unique tag as part of the creation of this object. The generated tag has the form CLASS:ID, where CLASS is the object class and ID is the value of the Id property of the object. Specifying your own tag value can help you to identify where an issue occurred during document generation.

Title of a document, specified as a character vector.

Version of a document, specified as a character vector.