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