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

7 vues (au cours des 30 derniers jours)
farzad
farzad le 16 Mai 2020
Commenté : Michael Orsini le 18 Fév 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 commentaire
Michael Orsini
Michael Orsini le 18 Fév 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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur MATLAB Report Generator dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by