Main Content

mlreportgen.dom.CoreProperties Class

Namespace: 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 or a string scalar.

Data Types: char | string

Content status of a document, specified as a character vector or a string scalar.

Data Types: char | string

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

Data Types: char | string

Creator of a document, specified as a character vector or a string scalar.

Data Types: char | string

Description of a document, specified as a character vector or a string scalar.

Data Types: char | string

Identifier for a document, specified as a character vector or a string scalar.

Data Types: char | string

Keywords associated with a document, specified as a character vector or a string scalar.

Data Types: char | string

Language of a document, specified as a character vector or a string scalar.

Data Types: char | string

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

Data Types: char | string

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

Data Types: char | string

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

Data Types: char | string

Revision of a document, specified as a character vector or a string scalar.

Data Types: char | string

Subject of a document, specified as a character vector or a string scalar.

Data Types: char | string

Title of a document, specified as a character vector or a string scalar.

Data Types: char | string

Version of a document, specified as a character vector or a string scalar.

Data Types: char | string

Object identifier for mlreportgen.dom.CoreProperties object, specified as a character vector or string scalar. The DOM API generates a session-unique identifier when it creates the document element object. You can specify your own value for Id.

Attributes:

NonCopyable
true

Data Types: char | string

Tag for mlreportgen.dom.CoreProperties object, specified as a character vector or string scalar. The DOM API 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. Specify your own tag value to help you identify where to look when an issue occurs during document generation.

Attributes:

NonCopyable
true

Data Types: char | string

Version History

Introduced in R2014b