Table — Aspose.Slides FOSS Python API Reference

Table — Represents the table in a presentation. Inherits from: GraphicalObject.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
graphical_object_lockIGraphicalObjectLockRead-only
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
set_text_format()None
merge_cells(cell1, cell2, allow_splitting)ICell

See Also