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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 758
mlreportgen.dom.RowSep class
12-265
import mlreportgen.dom.*;
doctype = 'html';
d = Document('test',doctype);
t = Table(magic(5));
t.Style = {Border('inset','crimson','6pt'), ...
ColSep('double','DarkGreen','3pt'), ...
RowSep('double','Gold','3pt'), ...
Width('50%')};
t.TableEntriesInnerMargin = '6pt';
t.TableEntriesHAlign = 'center';
t.TableEntriesVAlign = 'middle';
append(d,t);
close(d);
rptview('test',doctype);
“Create and Format Tables”
See Also
mlreportgen.dom.Border | mlreportgen.dom.ColSep |
mlreportgen.dom.TableEntry | mlreportgen.dom.TableRow
Przeglądanie stron 758
1 2 ... 754 755 756 757 758 759 760 761 762 763 764 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag