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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 773
1 2 ... 769 770 771 772 773 774 775 776 777 778 779 ... 985 986

Comments to this Manuals

No comments