ICellFormat
General
ICellFormat és una interfície en Aspose.Slides FOSS per Java.
Representa el format d’una cèl·lula de taula.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read | Provides access to the cell’s fill properties |
borderLeft | ILineFormat | Read | Provides the left border line properties of the cell |
borderTop | ILineFormat | Read | Provides the top border line properties of the cell |
borderRight | ILineFormat | Read | Provides the right border line properties of the cell |
borderBottom | ILineFormat | Read | Provides the bottom border line properties of the cell |
borderDiagonalDown | ILineFormat | Read | Provides the top‑left to bottom‑right diagonal line properties |
borderDiagonalUp | ILineFormat | Read |
Mètodes
| 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. |