main content

create presentation content -凯发k8网页登录

use the matlab® api for powerpoint® (ppt api) to create presentation content

use the ppt api to create matlab programs to add content to powerpoint presentations and to create complete powerpoint presentations. you can create a program that works with the slide master and layouts in a powerpoint presentation. to get started, see create a presentation generator.

to share your completed presentation program with others who do not have matlab installed on their systems, see .

functions

open presentation
close presentation
get names of slide masters for presentation
get names of layouts for presentation slide master
get table style names for presentation
add slide to presentation
replace text, tables, or pictures in presentation
dispatch ppt status message
create copy of ppt api default presentation template
return ppt message dispatcher
format message as text
wrap message in html tags
determine if message passes filter
open microsoft powerpoint presentation or convert it to pdf

classes

create a microsoft powerpoint presentation container
presentation slide
text to include in a presentation
text box
hyperlink to location outside of presentation
hyperlink to a slide in a presentation
table in presentation
picture to include in presentation
placeholder for slide content
placeholder for slide title
placeholder for slide table
placeholder for slide picture
ppt message dispatcher
holds message triggering message event
filter to control message dispatcher
progress message
debugging message
error message
warning message

topics

  • create a presentation generator

    create a matlab program to generate a powerpoint presentation.


  • the ppt api consists of a hierarchical set of data structures, known as objects, that represent a presentation and its contents.


  • all ppt class names and constructor names have the prefix mlreportgen.ppt.


  • most ppt objects have properties that describe the object.


  • every ppt api program must create an mlreportgen.ppt.presentation object to hold presentation content.


  • to generate a powerpoint presentation from your ppt api program, use the api to close the presentation.


  • the ppt api can display messages when you generate a powerpoint presentation.


  • enable sharing of ppt api programs with users who do not have matlab installed.

网站地图