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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 518
1 2 ... 514 515 516 517 518 519 520 521 522 523 524 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag