ICell — Aspose.Slides FOSS Python API Reference

ICell — Represents the i cell in a presentation.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
offset_xfloatRead-only
offset_yfloatRead-only
first_row_indexintRead-only
first_column_indexintRead-only
widthfloatRead-only
heightfloatRead-only
minimal_heightfloatRead-only
margin_leftfloatRead / Write
margin_rightfloatRead / Write
margin_topfloatRead / Write
margin_bottomfloatRead / Write
text_vertical_typeTextVerticalTypeRead / Write
text_anchor_typeTextAnchorTypeRead / Write
anchor_centerboolRead / Write
first_columnIColumnRead-only
first_rowIRowRead-only
col_spanintRead-only
row_spanintRead-only
text_frameITextFrameRead-only
tableITableRead-only
is_merged_cellboolRead-only
cell_formatICellFormatRead-only
as_i_slide_componentISlideComponentRead-only

See Also