MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Betriebsanweisung Seite 539

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 986
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 538
1 2 ... 534 535 536 537 538 539 540 541 542 543 544 ... 985 986

Kommentare zu diesen Handbüchern

Keine Kommentare