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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 564
mlreportgen.dom.Document class
12-71
mlreportgen.dom.Document class
Package: mlreportgen.dom
Report definition document
Description
Create mlreportgen.dom.Document object that defines:
The type of output (HTML or Microsoft Word)
Where and how to store the output
The template to use
To generate a PDF report, create a Word report and use the rptview function with the
'pdf' argument to convert the Word report to PDF.
Construction
documentObj = Document() creates an HTML document named Untitled.htmx in
the current directory, using the default HTML template.
documentObj = Document(outputPath) creates an HTML document at the specified
location.
documentObj = Document(outputPath,type) creates a document of the specified
type (for example, Word), using the default template for that type.
documentObj = Document(outputPath,type,templatePath) creates a document,
using the specified document type and Word or HTML template corresponding to the
type setting.
Input Arguments
outputPath — Path for the output file generated by the document
string
Vista de pagina 564
1 2 ... 560 561 562 563 564 565 566 567 568 569 570 ... 985 986

Comentarios a estos manuales

Sin comentarios