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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 413
11 Functions – Alphabetical List
11-34
mlreportgen.dom.Document.getImageDirectory
Package: mlreportgen.dom
Get image folder of document
Syntax
imageDirectory = getImageDirectory(path,type)
Description
imageDirectory = getImageDirectory(path,type) gets the image folder of a
document or template package located at the specified path and of the specified type
(Microsoft Word or HTML). This is a static method. Invoke it on the Document class.
Examples
Get the Image Folder
Suppose that the main image folder of an HTML document named MyDoc.htmx resides
in images under the root of the package. To get the path, enter:
mlreportgen.dom.Document.getImageDirectory('MyDoc','html');
ans =
/images
Input Arguments
path — Path of document or template package
string
Path of the document or template package
Vista de pagina 413
1 2 ... 409 410 411 412 413 414 415 416 417 418 419 ... 985 986

Comentarios a estos manuales

Sin comentarios