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

5 visualizaciones (últimos 30 días)
farzad
farzad el 16 de Mayo de 2020
Comentada: Michael Orsini el 18 de Feb. de 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 comentario
Michael Orsini
Michael Orsini el 18 de Feb. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB Report Generator en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by