FontSize different for numbers and strings in table object of mlreportgen.ppt.Table class
I have a standard MATLAB table with numeric and string values in different columns to integrate into pptx file
I create table object of mlreportgen.ppt.Table, set FontSize to 8 on the table and add it to the slide like this:
vt_table_obj = mlreportgen.ppt.Table(vt_table);
vt_table_obj.FontSize = ‘8pt’;
add(vt_slide, vt_table_obj);
But in presentation size 8 is applied only to text values, while numeric have size 10:
Why it doesn’t apply to the numbers?Or it need to be set further in children entities – TableRow, TableEntry, Paragpaph, Text – levels?I have a standard MATLAB table with numeric and string values in different columns to integrate into pptx file
I create table object of mlreportgen.ppt.Table, set FontSize to 8 on the table and add it to the slide like this:
vt_table_obj = mlreportgen.ppt.Table(vt_table);
vt_table_obj.FontSize = ‘8pt’;
add(vt_slide, vt_table_obj);
But in presentation size 8 is applied only to text values, while numeric have size 10:
Why it doesn’t apply to the numbers?Or it need to be set further in children entities – TableRow, TableEntry, Paragpaph, Text – levels? I have a standard MATLAB table with numeric and string values in different columns to integrate into pptx file
I create table object of mlreportgen.ppt.Table, set FontSize to 8 on the table and add it to the slide like this:
vt_table_obj = mlreportgen.ppt.Table(vt_table);
vt_table_obj.FontSize = ‘8pt’;
add(vt_slide, vt_table_obj);
But in presentation size 8 is applied only to text values, while numeric have size 10:
Why it doesn’t apply to the numbers?Or it need to be set further in children entities – TableRow, TableEntry, Paragpaph, Text – levels? table, mlreportgen, ppt MATLAB Answers — New Questions









