API Reference

Class

PowerPointAppendixTablePlanSlide

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Paginated editable appendix-table slide request.

Inheritance

Constructors

public PowerPointAppendixTablePlanSlide(String title, String subtitle, PowerPointTableData data, String seed = null, Action<PowerPointAppendixTableSlideOptions> configure = null) #

Creates an appendix-table slide request.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
data OfficeIMO.PowerPoint.PowerPointTableData requiredposition: 2
seed System.String = null optionalposition: 3
configure System.Action{OfficeIMO.PowerPoint.PowerPointAppendixTableSlideOptions} = null optionalposition: 4

Properties

public PowerPointTableData Data { get; } #

Editable table data.

public override PowerPointDeckPlanSlideKind Kind { get; } #