MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Podręcznik Użytkownika Strona 412

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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: []
Przeglądanie stron 411
1 2 ... 407 408 409 410 411 412 413 414 415 416 417 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag