MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 519

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 518
mlreportgen.dom.Border class
12-25
Left border segment width, specified as a string.
RightColor — Right border segment color
string
Right border segment color, specified as a string.
RightStyle — Right border segment style
string
Right border segment style, specified as a string.
RightWidth — Right border segment width
string
Right border segment width, specified as a string.
Examples
Format Table Borders
import mlreportgen.dom.*;
doctype = 'html';
d = Document('test', doctype);
t = Table(magic(5));
t.Style = {Border('inset', 'crimson', '6pt'), Width('50%')};
t.TableEntriesInnerMargin = '6pt';
append(d, t);
close(d);
rptview('test', doctype);
“Create and Format Tables”
See Also
mlreportgen.dom.ColSep | mlreportgen.dom.RowSep |
mlreportgen.dom.Table
Vedere la pagina 518
1 2 ... 514 515 516 517 518 519 520 521 522 523 524 ... 985 986

Commenti su questo manuale

Nessun commento