MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 553

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 552
mlreportgen.dom.CounterReset class
12-59
p.Style = {CounterInc('chapter'),CounterReset('table'),...
WhiteSpace('preserve')};
append(p,AutoNumber('chapter'));
append(d,p);
p = Paragraph('Table ');
append(p,AutoNumber('chapter'));
append(p,'.');
append(p, AutoNumber('table'));
p.Style = {CounterInc('table'),WhiteSpace('preserve')};
append(d,p);
close(d);
rptview('test',doctype);
“Automatically Number Document Content”
See Also
mlreportgen.dom.AutoNumber | mlreportgen.dom.AutoNumberStream |
mlreportgen.dom.CounterInc
Vedere la pagina 552
1 2 ... 548 549 550 551 552 553 554 555 556 557 558 ... 985 986

Commenti su questo manuale

Nessun commento