CellFormat

Overview

CellFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: PVIObject, ICellFormat.

Represents the formatting properties of a table cell, providing access to fill formatting and six border line formats (left, top, right, bottom, diagonal-down, diagonal-up).

Properties: AsIPresentationComponent, BorderBottom, BorderDiagonalDown, BorderDiagonalUp, BorderLeft, BorderRight, and 4 more.

Properties

NameTypeAccessDescription
FillFormatIFillFormatReadGets the fill format.
BorderLeftILineFormatReadGets the border left.
BorderTopILineFormatReadGets the border top.
BorderRightILineFormatReadGets the border right.
BorderBottomILineFormatReadGets the border bottom.
BorderDiagonalDownILineFormatReadGets the border diagonal down.
BorderDiagonalUpILineFormatReadGets the border diagonal up.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

See Also