public interface ICellFormat
Represents format of a table cell.
Modifier and Type | Method and Description |
---|---|
ILineFormat |
getBorderBottom()
Returns a bottom border line properties object.
|
ILineFormat |
getBorderDiagonalDown()
Returns a top-left to bottom-right diagonal line properties object.
|
ILineFormat |
getBorderDiagonalUp()
Returns a bottom-left to top-right diagonal line properties object.
|
ILineFormat |
getBorderLeft()
Returns a left border line properties object.
|
ILineFormat |
getBorderRight()
Returns a right border line properties object.
|
ILineFormat |
getBorderTop()
Returns a top border line properties object.
|
ICellFormatEffectiveData |
getEffective()
Gets effective table cell formatting properties with inheritance and table styles applied.
|
IFillFormat |
getFillFormat()
Returns a cell fill properties object.
|
IFillFormat getFillFormat()
Returns a cell fill properties object.
Read-only IFillFormat
.
ILineFormat getBorderLeft()
Returns a left border line properties object.
Read-only ILineFormat
.
ILineFormat getBorderTop()
Returns a top border line properties object.
Read-only ILineFormat
.
ILineFormat getBorderRight()
Returns a right border line properties object.
Read-only ILineFormat
.
ILineFormat getBorderBottom()
Returns a bottom border line properties object.
Read-only ILineFormat
.
ILineFormat getBorderDiagonalDown()
Returns a top-left to bottom-right diagonal line properties object.
Read-only ILineFormat
.
ILineFormat getBorderDiagonalUp()
Returns a bottom-left to top-right diagonal line properties object.
Read-only ILineFormat
.
ICellFormatEffectiveData getEffective()
Gets effective table cell formatting properties with inheritance and table styles applied.
ICellFormatEffectiveData
.