API Reference
LegacyPptTable
Represents a native binary PowerPoint table decoded from an OfficeArt shape group.
Inheritance
- Object
- LegacyPptTable
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
- Property LegacyPptShape.Table
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 Rows { get; } #Gets the number of table rows.
public Int32 Columns { get; } #Gets the number of table columns.
public IReadOnlyList<Int32> ColumnWidths { get; } #Gets column widths in the table group's master-unit coordinate system.
public IReadOnlyList<Int32> RowHeights { get; } #Gets row heights in the table group's master-unit coordinate system.
public IReadOnlyList<LegacyPptTableCell> Cells { get; } #Gets native table cells in row-major drawing order.
public Boolean FirstRow { get; } #Gets whether first-row styling was retained by the binary producer.
public Boolean LastRow { get; } #Gets whether last-row styling was retained by the binary producer.
public Boolean FirstColumn { get; } #Gets whether first-column styling was retained by the binary producer.
public Boolean LastColumn { get; } #Gets whether last-column styling was retained by the binary producer.
public Boolean BandedRows { get; } #Gets whether alternating row styling was retained by the binary producer.
public Boolean BandedColumns { get; } #Gets whether alternating column styling was retained by the binary producer.