Main Content

Presentation Formatting

Specify formatting for presentation

Specify presentation formatting by using a PowerPoint® presentation template, along with PPT API format objects and properties. See Presentation Formatting Approaches.

Functions

getMasterNames Get names of slide masters for presentation
getLayoutNames Get names of layouts for presentation slide master
open Open presentation
close Close presentation
pptviewOpen Microsoft PowerPoint presentation or convert it to PDF
rptviewDisplay report or presentation
mlreportgen.ppt.getDefaultNumberFormatGet default formatting for PPT API numeric data (Since R2024b)
mlreportgen.ppt.setDefaultNumberFormatSet default formatting of numeric data generated by PPT API (Since R2024b)

Classes

expand all

mlreportgen.ppt.AutoFitScale text to fit placeholder or text box
mlreportgen.ppt.BackgroundColorBackground color of presentation element
mlreportgen.ppt.BoldBold for text object
mlreportgen.ppt.FontColorFont color
mlreportgen.ppt.FontFamilyFont family
mlreportgen.ppt.FontSizeFont size
mlreportgen.ppt.HAlignHorizontal alignment of paragraph
mlreportgen.ppt.ItalicItalic for text object
mlreportgen.ppt.OuterMarginOuter margin between bounding box and adjacent presentation objects (Since R2026a)
mlreportgen.ppt.StrikeStrikethrough text
mlreportgen.ppt.SubscriptSubscript text
mlreportgen.ppt.SuperscriptSuperscript text
mlreportgen.ppt.UnderlineUnderline text
mlreportgen.ppt.NumberFormatNumber formatting (Since R2024b)
mlreportgen.ppt.BorderBorder of a table or table entry
mlreportgen.ppt.ColSepTable column separators
mlreportgen.ppt.ColSpecFormatting for table column
mlreportgen.ppt.ColWidthTable column width
mlreportgen.ppt.FlowDirectionTable column flow direction
mlreportgen.ppt.InnerMarginMargin between content and bounding box (Since R2026a)
mlreportgen.ppt.RowHeightTable row height
mlreportgen.ppt.RowSepTable row separators
mlreportgen.ppt.TableStyleOptionsStripe table rows and columns
mlreportgen.ppt.TextOrientationOrientation of text in a table entry
mlreportgen.ppt.VAlignVertical alignment of table entry content

Topics