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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 851
12 Classes – Alphabetical List
12-358
pt — points
px — pixels
% — percent
Examples
Set Width and Other Formats for a Table
import mlreportgen.dom.*;
doctype = 'html';
d = Document('test',doctype);
t = Table(magic(5));
t.Style = {Border('inset','crimson','6pt'),...
Width('50%')};
t.TableEntriesInnerMargin = '6pt';
t.TableEntriesHAlign = 'center';
t.TableEntriesVAlign = 'middle';
append(d,t);
close(d);
rptview('test',doctype);
See Also
mlreportgen.dom.Height | mlreportgen.dom.Image | mlreportgen.dom.Table
More About
“Report Formatting Approaches”
Page view 851
1 2 ... 847 848 849 850 851 852 853 854 855 856 857 ... 985 986

Comments to this Manuals

No comments