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

PropertyTypeAccessDescription
rowsIRowCollectionRead-onlyThe rows value.
columnsIColumnCollectionRead-onlyThe columns value.
table_formatITableFormatRead-onlyThe table_format value.
style_presetTableStylePresetRead / WriteThe style_preset value.
right_to_leftboolRead / WriteWhether right_to_left is enabled.
first_rowboolRead / WriteWhether first_row is enabled.
first_colboolRead / WriteWhether first_col is enabled.
last_rowboolRead / WriteWhether last_row is enabled.
last_colboolRead / WriteWhether last_col is enabled.
horizontal_bandingboolRead / WriteWhether horizontal_banding is enabled.
vertical_bandingboolRead / WriteWhether vertical_banding is enabled.
as_i_graphical_objectIGraphicalObjectRead-onlyThe as_i_graphical_object value.
as_i_bulk_text_formattableIBulkTextFormattableRead-onlyThe as_i_bulk_text_formattable value.

Methods

MethodReturnsDescription
merge_cells(cell1, cell2, allow_splitting)ICellPerforms the merge_cells operation.

See Also