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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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”
Przeglądanie stron 409
1 2 ... 405 406 407 408 409 410 411 412 413 414 415 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag