API Reference
Class
PowerPointTablePaginationOptions
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() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.