MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 774

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 773
12 Classes – Alphabetical List
12-280
Method Purpose
row Create a table row.
Examples
Create a Table
import mlreportgen.dom.*;
d = Document('myreport', 'html');
open(d);
t = Table(magic(5));
t.Style = {RowHeight('1in')};
t.Border = 'solid';
t.BorderWidth = 'thin';
t.ColSep = 'solid';
t.ColSepWidth = '1';
t.RowSep = 'solid';
t.RowSepWidth = '1';
“Create and Format Tables”
See Also
mlreportgen.dom.FormalTable | mlreportgen.dom.TableBody |
mlreportgen.dom.TableEntry | mlreportgen.dom.TableFooter |
mlreportgen.dom.TableHeader | mlreportgen.dom.TableHeaderEntry |
mlreportgen.dom.TableRow
Vedere la pagina 773
1 2 ... 769 770 771 772 773 774 775 776 777 778 779 ... 985 986

Commenti su questo manuale

Nessun commento