ICellFormat

Overview

ICellFormat is a interface in Aspose.Slides FOSS for .NET.

Represents the formatting of a table cell.

Properties: BorderBottom, BorderDiagonalDown, BorderDiagonalUp, BorderLeft, BorderRight, BorderTop, and 1 more.

Properties

NameTypeAccessDescription
FillFormatIFillFormatReadGets the fill format for the cell.
BorderLeftILineFormatReadGets the left border line format.
BorderTopILineFormatReadGets the top border line format.
BorderRightILineFormatReadGets the right border line format.
BorderBottomILineFormatReadGets the bottom border line format.
BorderDiagonalDownILineFormatReadGets the diagonal-down border line format.
BorderDiagonalUpILineFormatReadGets the diagonal-up border line format.

See Also