API Reference

Class

PowerPointPaginatedTableResult

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Slides and native editable tables produced by one pagination operation.

Inheritance

  • Object
  • PowerPointPaginatedTableResult

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

Properties

public Int32 SourceRowCount { get; } #

Number of input data rows represented by the result.

public IReadOnlyList<PowerPointSlide> Slides { get; } #

Generated continuation slides.

public IReadOnlyList<PowerPointTable> Tables { get; } #

Generated native PowerPoint tables in page order.

public Int32 PageCount { get; } #

Number of generated pages.