ITable — Aspose.Slides FOSS Python API Reference
ITable — Represents the i table in a presentation.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
rows | IRowCollection | Read-only | |
columns | IColumnCollection | Read-only | |
table_format | ITableFormat | Read-only | |
style_preset | TableStylePreset | Read / Write | |
right_to_left | bool | Read / Write | |
first_row | bool | Read / Write | |
first_col | bool | Read / Write | |
last_row | bool | Read / Write | |
last_col | bool | Read / Write | |
horizontal_banding | bool | Read / Write | |
vertical_banding | bool | Read / Write | |
as_i_graphical_object | IGraphicalObject | Read-only | |
as_i_bulk_text_formattable | IBulkTextFormattable | Read-only |
Methods
| Method | Returns | Description |
|---|---|---|
merge_cells(cell1, cell2, allow_splitting) | ICell |