CellFormat
Vue de l’ensemble
‘CellFormat’ est une classe dans Aspose.Slides FOSS pour Java.Déduit de: PVIObject, ICellFormat.
Il représente le format d’une cellule de table.
Cette classe fournit 13 méthodes pour travailler avec des objets CellFormat dans les programmes Java. Les méthodologies disponibles comprennent: ‘CellFormate’, ‘PVIObject’, asIPresentationComponent', ‘getBorderBottom’, 'getDagonalDown', ’getTourDiagnalUp’, ‘ getBordeLeft’, ’ getToursRight’, ‚getFillFormad’, getPresentations’,‘getSlide’ et 1 méthode supplémentaire. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.Sliques FOSS pour le package Java, propriétés : ‘borderBotom’, ‘‘bordeDiagonDowns’,‘‘Diagrons`up, ‘Letter’Rights, plus 3’bor.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read | Gets the fill format. |
borderLeft | ILineFormat | Read | Gets the border left. |
borderTop | ILineFormat | Read | Gets the border top. |
borderRight | ILineFormat | Read | Gets the border right. |
borderBottom | ILineFormat | Read | Gets the border bottom. |
borderDiagonalDown | ILineFormat | Read | Gets the border diagonal down. |
borderDiagonalUp | ILineFormat | Read | Gets the border diagonal up. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
méthodes
| Signature | Description |
|---|---|
CellFormat(tcPrElement: Element, saveCallback: Runnable) | Creates a new CellFormat backed by the given {@code <a:tcPr>} element. |
initInternal(tcPrElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → CellFormat | Initializes this CellFormat with its backing element and context. |
getFillFormat() → IFillFormat | Returns the fill format. |
getBorderLeft() → ILineFormat | Returns the border left. |
getBorderTop() → ILineFormat | Returns the border top. |
getBorderRight() → ILineFormat | Returns the border right. |
getBorderBottom() → ILineFormat | Returns the border bottom. |
getBorderDiagonalDown() → ILineFormat | Returns the border diagonal down. |
getBorderDiagonalUp() → ILineFormat | Returns the border diagonal up. |
PVIObject() | Creates a PVIObject with no parent slide. |
getSlide() → IBaseSlide | Returns the slide. |
getPresentation() → IPresentation | Returns the presentation. |
asIPresentationComponent() → IPresentationComponent | Returns this object as an {@link IPresentationComponent}. |
Voir aussi
- Aspose.Slides - référence API d’entreprise