Changing the Font size of text in Table in Matlab Report Generator
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I change the font size for contents of a table component in matlab report generator. I am generating word reports My requirement is that fontsize for paragraph should be 'Ariel' 10 and the Text in a Table should be 'Times New Roman', 7. I have tried different combinations of components in stylesheet but whenever I change the font size, both paragraph and table text font size change together. Please help. I am using Matlab 7.1
0 commentaires
Réponses (1)
Shantanu Dwivedi
le 2 Nov 2020
You can generate custom reports with MATLAB Report Generator using DOM API. With the DOM API you can generate a tailor-made report for any kind of application in Microsoft Word, PowerPoint, PDF, or HTML.
You can use it to customize your table style as well.
Here is an article which illustrates the steps for creating a custom template using DOM API -
0 commentaires
Voir également
Catégories
En savoir plus sur MATLAB Report Generator dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!