MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guia do Utilizador Página 412

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 411
1 2 ... 407 408 409 410 411 412 413 414 415 416 417 ... 985 986

Comentários a estes Manuais

Sem comentários