ICellFormat Interface

Represents format of a table cell.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ICellFormat

The ICellFormat type exposes the following members.

Properties
  NameDescription
Public propertyBorderBottom
Returns a bottom border line properties object. Read-only ILineFormat.
Public propertyBorderDiagonalDown
Returns a top-left to bottom-right diagonal line properties object. Read-only ILineFormat.
Public propertyBorderDiagonalUp
Returns a bottom-left to top-right diagonal line properties object. Read-only ILineFormat.
Public propertyBorderLeft
Returns a left border line properties object. Read-only ILineFormat.
Public propertyBorderRight
Returns a right border line properties object. Read-only ILineFormat.
Public propertyBorderTop
Returns a top border line properties object. Read-only ILineFormat.
Public propertyFillFormat
Returns a cell fill properties object. Read-only IFillFormat.
Methods
  NameDescription
Public methodGetEffective
Gets effective table cell formatting properties with inheritance and table styles applied.
See Also