MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES User's Guide Page 759

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 758
1 2 ... 754 755 756 757 758 759 760 761 762 763 764 ... 985 986

Comments to this Manuals

No comments