Main Content

mlreportgen.dom.CoreProperties class

Package: mlreportgen.dom

OPC core properties of document or template

Description

OPC core properties of a document or template.

The mlreportgen.dom.CoreProperties class is a handle class.

Creation

Description

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.

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.

Attributes:

GetAccess
public
SetAccess
public
NonCopyable
true

Data Types: char | string

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.

Attributes:

GetAccess
public
SetAccess
public
NonCopyable
true

Data Types: char | string

Title of a document, specified as a character vector.

Version of a document, specified as a character vector.

Version History

Introduced in R2014b