CellFormat — Aspose.Slides FOSS Java API Reference

CellFormat — Represents format of a table cell. Inherits from: PVIObject, ICellFormat.

Package: org.aspose.slides.foss


Properties

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

Methods

MethodReturnsDescription
initInternal(Element tcPrElement, Runnable saveCallback, IBaseSlide parentSlide)CellFormatInitializes this CellFormat with its backing element and context.
getFillFormat()IFillFormat
getBorderLeft()ILineFormat
getBorderTop()ILineFormat
getBorderRight()ILineFormat
getBorderBottom()ILineFormat
getBorderDiagonalDown()ILineFormat
getBorderDiagonalUp()ILineFormat

See Also