CellFormat — Aspose.Slides FOSS Java API Reference
CellFormat — Represents format of a table cell. Inherits from: PVIObject, ICellFormat.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read/Write | |
borderLeft | ILineFormat | Read/Write | |
borderTop | ILineFormat | Read/Write | |
borderRight | ILineFormat | Read/Write | |
borderBottom | ILineFormat | Read/Write | |
borderDiagonalDown | ILineFormat | Read/Write | |
borderDiagonalUp | ILineFormat | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element tcPrElement, Runnable saveCallback, IBaseSlide parentSlide) | CellFormat | Initializes this CellFormat with its backing element and context. |
getFillFormat() | IFillFormat | |
getBorderLeft() | ILineFormat | |
getBorderTop() | ILineFormat | |
getBorderRight() | ILineFormat | |
getBorderBottom() | ILineFormat | |
getBorderDiagonalDown() | ILineFormat | |
getBorderDiagonalUp() | ILineFormat |