ICellFormat
Vue de l’ensemble
‘ICellFormat’ est une interface dans Aspose.Slides FOSS pour Java.
Il représente le format d’une cellule de table.
Cette interface fournit 7 méthodes pour travailler avec les objets ICellFormat dans les programmes Java. Les méthodologies disponibles comprennent: ‘getBorderBottom’, ’ getBordeDiagonalDown’, `getRight’, ‘getSlordLeft’, ‘gettBordenTop’, ‘‘getFillFormate’. Tous les membres publics sont accessibles à toute application Java après l’installation de la version Aspose.Slieds FOSS pour le package Java . Propriétés : ‘borderBottom’, ’bordeDiagonDow’, ‚borterDiGonalUp‘, ‘bottorLef’, «borerRighte’, ‘borgerTop’ et 1 plus.
Propriétés
| 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. |
méthodes
| 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. |
Voir aussi
- Aspose.Slides - référence API d’entreprise