API Reference

Class

PowerPointTableData

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Native appendix table data independent of CLR row types.

Inheritance

  • Object
  • PowerPointTableData

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public PowerPointTableData(IEnumerable<String> headers, IEnumerable<IEnumerable<String>> rows) #

Creates table data from headers and string rows.

Parameters

headers System.Collections.Generic.IEnumerable{System.String} requiredposition: 0
rows System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{System.String}} requiredposition: 1

Properties

public IReadOnlyList<String> Headers { get; } #

Column headers.

public IReadOnlyList<IReadOnlyList<String>> Rows { get; } #

Table rows.

public String Caption { get; set; } #

Optional caption.

public String Provenance { get; set; } #

Optional source/provenance line.

public IReadOnlyList<String> Notes { get; set; } #

Optional notes displayed beside the table.