CellFormat

Overview

CellFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents format of a table cell.

Properties

NameTypeAccessDescription
fill_formatIFillFormatReadReturns a cell fill properties object.
border_leftILineFormatReadReturns a left border line properties object.
border_topILineFormatReadReturns a top border line properties object.
border_rightILineFormatReadReturns a right border line properties object.
border_bottomILineFormatReadReturns a bottom border line properties object.
border_diagonal_downILineFormatReadReturns a top-left to bottom-right diagonal line properties object.
border_diagonal_upILineFormatReadReturns a bottom-left to top-right diagonal line properties object.

See Also