MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guia do Utilizador Página 759

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 758
1 2 ... 754 755 756 757 758 759 760 761 762 763 764 ... 985 986

Comentários a estes Manuais

Sem comentários