Cell — Aspose.Slides FOSS Python API Reference
Cell — Represents the cell in a presentation.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
offset_x | float | Read-only | |
offset_y | float | Read-only | |
first_row_index | int | Read-only | |
first_column_index | int | Read-only | |
width | float | Read-only | |
height | float | Read-only | |
minimal_height | float | Read-only | |
margin_left | float | Read / Write | |
margin_right | float | Read / Write | |
margin_top | float | Read / Write | |
margin_bottom | float | Read / Write | |
text_vertical_type | TextVerticalType | Read / Write | |
text_anchor_type | TextAnchorType | Read / Write | |
anchor_center | bool | Read / Write | |
first_row | IRow | Read-only | |
first_column | IColumn | Read-only | |
col_span | int | Read-only | |
row_span | int | Read-only | |
text_frame | ITextFrame | Read-only | |
table | ITable | Read-only | |
is_merged_cell | bool | Read-only | |
cell_format | ICellFormat | Read-only | |
slide | IBaseSlide | Read-only | |
presentation | IPresentation | Read-only | |
as_i_slide_component | ISlideComponent | Read-only | |
as_i_presentation_component | IPresentationComponent | Read-only |