ICell — Aspose.Slides FOSS Python API Reference
Overview
ICell represents the i cell 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 |
|---|---|---|---|
offset_x | float | Read-only | The offset_x value. |
offset_y | float | Read-only | The offset_y value. |
first_row_index | int | Read-only | The first_row_index value. |
first_column_index | int | Read-only | The first_column_index value. |
width | float | Read-only | The width value. |
height | float | Read-only | The height value. |
minimal_height | float | Read-only | The minimal_height value. |
margin_left | float | Read / Write | The margin_left value. |
margin_right | float | Read / Write | The margin_right value. |
margin_top | float | Read / Write | The margin_top value. |
margin_bottom | float | Read / Write | The margin_bottom value. |
text_vertical_type | TextVerticalType | Read / Write | The text_vertical_type value. |
text_anchor_type | TextAnchorType | Read / Write | The text_anchor_type value. |
anchor_center | bool | Read / Write | Whether anchor_center is enabled. |
first_column | IColumn | Read-only | The first_column value. |
first_row | IRow | Read-only | The first_row value. |
col_span | int | Read-only | The col_span value. |
row_span | int | Read-only | The row_span value. |
text_frame | ITextFrame | Read-only | The text_frame value. |
table | ITable | Read-only | The table value. |
is_merged_cell | bool | Read-only | Whether the _merged_cell flag is set. |
cell_format | ICellFormat | Read-only | The cell_format value. |
as_i_slide_component | ISlideComponent | Read-only | The as_i_slide_component value. |