API Reference

Class

PowerPointTablePageContext

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Context supplied while a paginated table page is built.

Inheritance

  • Object
  • PowerPointTablePageContext

Usage

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

Properties

public Int32 PageIndex { get; } #

Zero-based page index.

public Int32 PageCount { get; } #

Total page count.

public Int32 FirstDataRowIndex { get; } #

Zero-based source data-row index of the first row on this page.

public Int32 DataRowCount { get; } #

Number of source data rows on this page.

public Boolean IncludesHeaders { get; } #

Whether this page repeats the table headers.

public Boolean IsContinuation { get; } #

Whether this page follows an earlier page.