API Reference

Class

PowerPointTablePaginationOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Configures deterministic table continuation slides.

Inheritance

  • Object
  • PowerPointTablePaginationOptions

Usage

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

Accepted by parameters

Constructors

public PowerPointTablePaginationOptions() #

Properties

public PowerPointLayoutBox TableBounds { get; set; } #

Table placement available on every generated slide.

public Int32 MasterIndex { get; set; } #

Slide master index used for generated pages.

public Int32 LayoutIndex { get; set; } #

Slide layout index used for generated pages.

public Boolean IncludeHeaders { get; set; } #

Whether the first generated table includes column headers.

public Boolean RepeatHeaders { get; set; } #

Whether continuation pages repeat column headers.

public Double MinimumRowHeightPoints { get; set; } #

Minimum row height used to derive page capacity from TableBounds.

public Nullable<Int32> MaximumDataRowsPerSlide { get; set; } #

Optional explicit data-row capacity. Null derives capacity from the table height.

public Action<PowerPointSlide, PowerPointTablePageContext> ConfigureSlide { get; set; } #

Called after each page slide is created and before its table is added.

public Action<PowerPointTable, PowerPointTablePageContext> ConfigureTable { get; set; } #

Called after each page table is populated and row heights are applied.