MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 410

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 409
11 Functions – Alphabetical List
11-30
mlreportgen.dom.Document.getAutoNumberStream
Package: mlreportgen.dom
Return numbering stream
Syntax
autoNumStreamOut = getAutoNumberStream(docObj,streamName)
Description
autoNumStreamOut = getAutoNumberStream(docObj,streamName) returns the
specified numbering stream used by the document.
Examples
Return a Numbering Stream
import mlreportgen.dom.*;
myReport = Document('mydoc','html');
createAutoNumberStream(myReport,'chapterNum','I',1);
streamOut = getAutoNumberStream(myReport,'chapterNum')
streamOut =
AutoNumberStream with properties:
StreamName: 'chapterNum'
CharacterType: 'roman'
CharacterCase: 'upper'
InitialValue: 1
Tag: 'dom.AutoNumberStream:500'
Id: '500'
“Automatically Number Document Content”
Vedere la pagina 409
1 2 ... 405 406 407 408 409 410 411 412 413 414 415 ... 985 986

Commenti su questo manuale

Nessun commento