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
| Name | Type | Access | Description |
|---|---|---|---|
FillFormat | IFillFormat | Read | Gets the fill format. |
BorderLeft | ILineFormat | Read | Gets the border left. |
BorderTop | ILineFormat | Read | Gets the border top. |
BorderRight | ILineFormat | Read | Gets the border right. |
BorderBottom | ILineFormat | Read | Gets the border bottom. |
BorderDiagonalDown | ILineFormat | Read | Gets the border diagonal down. |
BorderDiagonalUp | ILineFormat | Read | Gets the border diagonal up. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |