ICellFormat — Aspose.Slides FOSS Python API Reference
Overview
ICellFormat defines formatting options for i cell. 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
Description
ICellFormat is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 7 properties for programmatic use. It extends ABC, inheriting shared functionality from its parent type.
Core capabilities include: ifillformat; ilineformat; ilineformat. These operations enable developers to integrate icellformat functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
fill_format | IFillFormat | Read-only | The fill_format value. |
border_left | ILineFormat | Read-only | The border_left value. |
border_top | ILineFormat | Read-only | The border_top value. |
border_right | ILineFormat | Read-only | The border_right value. |
border_bottom | ILineFormat | Read-only | The border_bottom value. |
border_diagonal_down | ILineFormat | Read-only | The border_diagonal_down value. |
border_diagonal_up | ILineFormat | Read-only | The border_diagonal_up value. |