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

PropertyTypeAccessDescription
offset_xfloatRead-onlyThe offset_x value.
offset_yfloatRead-onlyThe offset_y value.
first_row_indexintRead-onlyThe first_row_index value.
first_column_indexintRead-onlyThe first_column_index value.
widthfloatRead-onlyThe width value.
heightfloatRead-onlyThe height value.
minimal_heightfloatRead-onlyThe minimal_height value.
margin_leftfloatRead / WriteThe margin_left value.
margin_rightfloatRead / WriteThe margin_right value.
margin_topfloatRead / WriteThe margin_top value.
margin_bottomfloatRead / WriteThe margin_bottom value.
text_vertical_typeTextVerticalTypeRead / WriteThe text_vertical_type value.
text_anchor_typeTextAnchorTypeRead / WriteThe text_anchor_type value.
anchor_centerboolRead / WriteWhether anchor_center is enabled.
first_columnIColumnRead-onlyThe first_column value.
first_rowIRowRead-onlyThe first_row value.
col_spanintRead-onlyThe col_span value.
row_spanintRead-onlyThe row_span value.
text_frameITextFrameRead-onlyThe text_frame value.
tableITableRead-onlyThe table value.
is_merged_cellboolRead-onlyWhether the _merged_cell flag is set.
cell_formatICellFormatRead-onlyThe cell_format value.
as_i_slide_componentISlideComponentRead-onlyThe as_i_slide_component value.

See Also