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


Properties

PropertyTypeAccessDescription
fill_formatIFillFormatRead-onlyThe fill_format value.
border_leftILineFormatRead-onlyThe border_left value.
border_topILineFormatRead-onlyThe border_top value.
border_rightILineFormatRead-onlyThe border_right value.
border_bottomILineFormatRead-onlyThe border_bottom value.
border_diagonal_downILineFormatRead-onlyThe border_diagonal_down value.
border_diagonal_upILineFormatRead-onlyThe border_diagonal_up value.

See Also