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

5 Ansichten (letzte 30 Tage)
farzad
farzad am 16 Mai 2020
Kommentiert: Michael Orsini am 18 Feb. 2022
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 Kommentar
Michael Orsini
Michael Orsini am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by