Package: mlreportgen.ppt
Table from template presentation slide
Objects of the mlreportgen.ppt.TemplateTable
class represent template
tables. A template table is a table that comes from a slide in the template presentation.
Customize a template table by modifying properties of the associated
mlreportgen.ppt.TemplateTable
object. Replace a template table with another
table by using the replace
method of the
mlreportgen.ppt.TemplateTable
object.
The mlreportgen.ppt.TemplateTable
class is a handle
class.
HandleCompatible | true |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
You do not create an mlreportgen.ppt.TemplateTable
object explicitly. When
you create a presentation from an existing presentation, the MATLAB® API for PowerPoint® (PPT API) creates an mlreportgen.ppt.TemplateTable
object for
each table that comes from a slide in the template presentation.
You can access the mlreportgen.ppt.TemplateTable
object for a template
table by using:
The find
method of the mlreportgen.ppt.Presentation
object.
The find
method of the mlreportgen.ppt.Slide
object that corresponds to the slide that contains the
template table.
The Children
property of the mlreportgen.ppt.Slide
object that corresponds to the slide that contains the
template table.
Note
Tables that you add to a new presentation are represented as mlreportgen.ppt.Table
objects.
mlreportgen.ppt.Presentation
| mlreportgen.ppt.Slide
| mlreportgen.ppt.Table
| mlreportgen.ppt.TablePlaceholder