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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 749
12 Classes – Alphabetical List
12-256
table1.entry(1,2).Children(1).Content = 'MathWorks';
table1.Style = {ResizeToFitContents(true),Width('1in'), ...
Border('solid'),RowSep('solid'),ColSep('solid')};
table1.TableEntriesStyle = {Width('0.25in')};
append(d,table1);
Create a second table, but do not have the columns resize to fit content.
append(d,Heading(1,'Table 2'));
table2 = Table(ones(4, 4));
table2.entry(1,2).Children(1).Content = 'MathWorks';
table2.Style = {ResizeToFitContents(false),Width('1in'), ...
Border('solid'), RowSep('solid'),ColSep('solid')};
table2.TableEntriesStyle = {Width('0.25in')};
append(d,table2);
Run the report.
close(d);
rptview(d.OutputPath,doctype);
See Also
mlreportgen.dom.FormalTable | mlreportgen.dom.Table |
mlreportgen.dom.TableColSpec | mlreportgen.dom.TableColSpecGroup
More About
“Report Formatting Approaches”
Vista de página 749
1 2 ... 745 746 747 748 749 750 751 752 753 754 755 ... 985 986

Comentários a estes Manuais

Sem comentários