ICellFormat

General

ICellFormat és una interfície en Aspose.Slides FOSS per Java.

Representa el format d’una cèl·lula de taula.

Propietats

NameTypeAccessDescription
fillFormatIFillFormatReadProvides access to the cell’s fill properties
borderLeftILineFormatReadProvides the left border line properties of the cell
borderTopILineFormatReadProvides the top border line properties of the cell
borderRightILineFormatReadProvides the right border line properties of the cell
borderBottomILineFormatReadProvides the bottom border line properties of the cell
borderDiagonalDownILineFormatReadProvides the top‑left to bottom‑right diagonal line properties
borderDiagonalUpILineFormatRead

Mètodes

SignatureDescription
getFillFormat()IFillFormatReturns a cell fill properties object.
getBorderLeft()ILineFormatReturns a left border line properties object.
getBorderTop()ILineFormatReturns a top border line properties object.
getBorderRight()ILineFormatReturns a right border line properties object.
getBorderBottom()ILineFormatReturns a bottom border line properties object.
getBorderDiagonalDown()ILineFormatReturns a top-left to bottom-right diagonal line properties object.
getBorderDiagonalUp()ILineFormatReturns a bottom-left to top-right diagonal line properties object.
 Català