IBasePortionFormat Aspose.Slides FOSS Python API референция
Общ преглед
ICell представлява i клетката в презентация. Прочетете свойствата и методите в таблиците по-долу, за да разберете пълната публична API повърхност на този тип. Всички членове, изброени тук са част от стабилното обществено API и могат да се използват в производствения код, насочен към изданието FOSS. Вижте документацията на пакета за инструкции за инсталиране и пълен списък с свързани типове.
Пакет: aspose.slides_foss
Свойства на веществата
| 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. |
Вижте също:
- Aspose.Slides FOSS Python API Референтен дом