How do I add a paragraph of 5 lines to powerpoint via Matlab ?

조회 수: 7 (최근 30일)
farzad
farzad 2020년 5월 16일
댓글: Michael Orsini 2022년 2월 18일
Hi All
I used the
slide = add(ppt, 'Title and Content')
replace(slide, 'Content',{...
'name'...
'line2'...
'line3')
to create a miltiple line content in the slide. But in this way I can not use the
p.Style = {HAlign('content')};
to align them.
it seems that I should use paragraph creation, then
slide = add(ppt, 'Title and Content', number of lines)
But I am not sure if in this case, slide variable means that certain number of line in the content or a slide with n lines ?
then how do I use the find command to find the right line ?
  댓글 수: 1
Michael Orsini
Michael Orsini 2022년 2월 18일
I'd be very interested in an answer to this question. I can put multiple lines into my power point presentation, and I can put in a single line that is centered (or formated in some way), but I can't put in multiple lines that are formatted.

댓글을 달려면 로그인하십시오.

답변 (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