User`s guide

11 Functions – Alphabetical List
11-32
mlreportgen.dom.Document.getCoreProperties
Package: mlreportgen.dom
Get document or template core properties
Syntax
corePropertiesOut = getCoreProperties(path)
Description
corePropertiesOut = getCoreProperties(path) specifies the core OPC
properties for the document or template having the specified path.
Examples
Return Core Properties of a Document
import mlreportgen.dom.*;
myReport = Document('mydoc','docx');
append(myReport,'Hello world');
close(myReport);
coreProps = Document.getCoreProperties('mydoc.docx')
coreProps =
CoreProperties with properties:
Category: []
ContentStatus: []
Creator: 'MathWorks'
Description: []
Identifier: []
Keywords: []
Language: []