MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Podręcznik Użytkownika Strona 403

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 402
1 2 ... 398 399 400 401 402 403 404 405 406 407 408 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag