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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 422
mlreportgen.dom.Document.moveToNextHole
11-43
mlreportgen.dom.Document.moveToNextHole
Package: mlreportgen.dom
Move document append point to next template hole
Syntax
holeID = moveToNextHole(docObj)
Description
holeID = moveToNextHole(docObj) copies to the output document any text
between the current hole and the next hole in the document template. DOM creates an
mlreportgen.dom.RawText object for the text. This method makes the next hole the
current hole and returns the ID of that hole.
Examples
Move to Next Hole
import mlreportgen.dom.*;
myReport = Document('myDoc','docx');
moveToNextHole(myReport);
“Add Content to a Report”
Input Arguments
docObj — Document
mlreportgen.dom.Document object
Document in which to move the append point to the next hole.
Vista de pagina 422
1 2 ... 418 419 420 421 422 423 424 425 426 427 428 ... 985 986

Comentarios a estos manuales

Sin comentarios