Changing the Font size of text in Table in Matlab Report Generator
조회 수: 10 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Shantanu Dwivedi
2020년 11월 2일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!