ITable — Aspose.Slides FOSS Python API Reference
Overview
ITable represents the i table in a presentation. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
rows | IRowCollection | Read-only | The rows value. |
columns | IColumnCollection | Read-only | The columns value. |
table_format | ITableFormat | Read-only | The table_format value. |
style_preset | TableStylePreset | Read / Write | The style_preset value. |
right_to_left | bool | Read / Write | Whether right_to_left is enabled. |
first_row | bool | Read / Write | Whether first_row is enabled. |
first_col | bool | Read / Write | Whether first_col is enabled. |
last_row | bool | Read / Write | Whether last_row is enabled. |
last_col | bool | Read / Write | Whether last_col is enabled. |
horizontal_banding | bool | Read / Write | Whether horizontal_banding is enabled. |
vertical_banding | bool | Read / Write | Whether vertical_banding is enabled. |
as_i_graphical_object | IGraphicalObject | Read-only | The as_i_graphical_object value. |
as_i_bulk_text_formattable | IBulkTextFormattable | Read-only | The as_i_bulk_text_formattable value. |
Methods
| Method | Returns | Description |
|---|---|---|
merge_cells(cell1, cell2, allow_splitting) | ICell | Performs the merge_cells operation. |