MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guía de usuario Pagina 852

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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”
Vista de pagina 851
1 2 ... 847 848 849 850 851 852 853 854 855 856 857 ... 985 986

Comentarios a estos manuales

Sin comentarios