ICellFormat — Aspose.Slides FOSS Java API Reference

ICellFormat — Represents format of a table cell.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
fillFormatIFillFormatRead/Write
borderLeftILineFormatRead/Write
borderTopILineFormatRead/Write
borderRightILineFormatRead/Write
borderBottomILineFormatRead/Write
borderDiagonalDownILineFormatRead/Write
borderDiagonalUpILineFormatRead/Write

Methods

MethodReturnsDescription
getFillFormat()IFillFormatReturns a cell fill properties object.
getBorderLeft()ILineFormatReturns a left border line properties object.
getBorderTop()ILineFormatReturns a top border line properties object.
getBorderRight()ILineFormatReturns a right border line properties object.
getBorderBottom()ILineFormatReturns a bottom border line properties object.
getBorderDiagonalDown()ILineFormatReturns a top-left to bottom-right diagonal line properties object.
getBorderDiagonalUp()ILineFormatReturns a bottom-left to top-right diagonal line properties object.

See Also