CellFormat

Overview

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

Represents format of a table cell.

Properties: as_i_presentation_component, border_bottom, border_diagonal_down, border_diagonal_up, border_left, border_right, and 4 more.

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.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also