MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guía de usuario Pagina 412

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 411
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: []
Vista de pagina 411
1 2 ... 407 408 409 410 411 412 413 414 415 416 417 ... 985 986

Comentarios a estos manuales

Sin comentarios