ICellFormat
Overview
ICellFormat is a interface in Aspose.Slides FOSS for Java.
Represents format of a table cell.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read | Returns a cell fill properties object. |
borderLeft | ILineFormat | Read | Returns a left border line properties object. |
borderTop | ILineFormat | Read | Returns a top border line properties object. |
borderRight | ILineFormat | Read | Returns a right border line properties object. |
borderBottom | ILineFormat | Read | Returns a bottom border line properties object. |
borderDiagonalDown | ILineFormat | Read | Returns a top-left to bottom-right diagonal line properties object. |
borderDiagonalUp | ILineFormat | Read | Returns a bottom-left to top-right diagonal line properties object. |
Methods
| Signature | Description |
|---|---|
getFillFormat() → IFillFormat | Returns a cell fill properties object. |
getBorderLeft() → ILineFormat | Returns a left border line properties object. |
getBorderTop() → ILineFormat | Returns a top border line properties object. |
getBorderRight() → ILineFormat | Returns a right border line properties object. |
getBorderBottom() → ILineFormat | Returns a bottom border line properties object. |
getBorderDiagonalDown() → ILineFormat | Returns a top-left to bottom-right diagonal line properties object. |
getBorderDiagonalUp() → ILineFormat | Returns a bottom-left to top-right diagonal line properties object. |