ITable — Aspose.Slides FOSS Python API Reference

ITable — Represents the i table in a presentation.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
rowsIRowCollectionRead-only
columnsIColumnCollectionRead-only
table_formatITableFormatRead-only
style_presetTableStylePresetRead / Write
right_to_leftboolRead / Write
first_rowboolRead / Write
first_colboolRead / Write
last_rowboolRead / Write
last_colboolRead / Write
horizontal_bandingboolRead / Write
vertical_bandingboolRead / Write
as_i_graphical_objectIGraphicalObjectRead-only
as_i_bulk_text_formattableIBulkTextFormattableRead-only

Methods

MethodReturnsDescription
merge_cells(cell1, cell2, allow_splitting)ICell

See Also