MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guide de l'utilisateur Page 403

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 986
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 402
1 2 ... 398 399 400 401 402 403 404 405 406 407 408 ... 985 986

Commentaires sur ces manuels

Pas de commentaire