필터 지우기
필터 지우기

Font styles for pptx report title/subtitle

조회 수: 3 (최근 30일)
gummiyummi
gummiyummi 2020년 7월 23일
I want to change the font color of my title on the first title slide of a report powerpoint... I tried it with FontColor but got an error.... Anybody have a solution?
slides = 'test1.pptx';
ppt = Presentation(slides);
slide1 = add(slides,'Title Slide');
title = 'testing trial first'
replace(slide1, 'Title', title);
title.Style = {FontColor('red')}; % error: unable to perform assignment because dot indexing is not supported for variables of this type
close(ppt);
reptview(ppt);

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by