MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 539

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 538
mlreportgen.dom.ColSep class
12-45
mm — millimeters
pi — picas
pt — points
px — pixel
Data Types: char
Examples
Specify Table Column Formatting
Set the width and color of the first column of a table.
import mlreportgen.dom.*
doc = Document('myTableColReport','docx');
grps(1) = TableColSpecGroup;
grps(1).Span = 1;
grps(1).Style = {Color('red'),Width('1in')};
table = Table(magic(5));
table.ColSpecGroups = grps;
append(doc,table);
close(doc);
rptview('myTableColReport','docx');
“Create and Format Tables”
See Also
mlreportgen.dom.RowSep
Vedere la pagina 538
1 2 ... 534 535 536 537 538 539 540 541 542 543 544 ... 985 986

Commenti su questo manuale

Nessun commento