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.
|
float |
getTransparency()
Gets or sets the transparency of the fill color.
|
void |
setTransparency(float value)
Gets or sets the transparency of the fill color.
|
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.
float getTransparency()
Gets or sets the transparency of the fill color.
Read/write float.
void setTransparency(float value)
Gets or sets the transparency of the fill color.
Read/write float.
ICellFormatEffectiveData getEffective()
Gets effective table cell formatting properties with inheritance and table styles applied.
ICellFormatEffectiveData.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.