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

7 views (last 30 days)
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 Comment
Michael Orsini
Michael Orsini on 18 Feb 2022
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.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!