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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 402
mlreportgen.dom.Document.createAutoNumberStream
11-23
mlreportgen.dom.Document.createAutoNumberStream
Package: mlreportgen.dom
Create numbering stream
Syntax
streamOut = createAutoNumberStream(docObj,streamName)
streamOut = createAutoNumberStream(docObj,streamName,streamType)
streamOut = createAutoNumberStream(docObj,streamName,streamType,
initialValue)
Description
streamOut = createAutoNumberStream(docObj,streamName) creates a
numbering stream using Arabic numbers and an initial value of 0.
streamOut = createAutoNumberStream(docObj,streamName,streamType)
creates a numbering stream using the specified type of characters (Arabic numbers,
alphabetic, or Roman numerals) and an initial value corresponding to 0 (for example, a or
i).
streamOut = createAutoNumberStream(docObj,streamName,streamType,
initialValue) creates a numbering stream using the specified type of characters
(Arabic numbers, alphabetic, or Roman numerals) and specified initial value.
Examples
Create a Numbering Stream for Chapter Heading
import mlreportgen.dom.*;
myReport = Document('mydoc','html');
chapStream = createAutoNumberStream(myReport,'chapter','I');
for i=1:5
Vista de pagina 402
1 2 ... 398 399 400 401 402 403 404 405 406 407 408 ... 985 986

Comentarios a estos manuales

Sin comentarios