CellFormat
CellFormat class
Represents format of a table cell.
getBorderBottom
| Name | Description |
|---|---|
| getBorderBottom () | Returns a bottom border line properties object. Read-only ILineFormat. |
Returns: LineFormat
getBorderDiagonalDown
| Name | Description |
|---|---|
| getBorderDiagonalDown () | Returns a top-left to bottom-right diagonal line properties object. Read-only ILineFormat. |
Returns: LineFormat
getBorderDiagonalUp
| Name | Description |
|---|---|
| getBorderDiagonalUp () | Returns a bottom-left to top-right diagonal line properties object. Read-only ILineFormat. |
Returns: LineFormat
getBorderLeft
| Name | Description |
|---|---|
| getBorderLeft () | Returns a left border line properties object. Read-only ILineFormat. |
Returns: LineFormat
getBorderRight
| Name | Description |
|---|---|
| getBorderRight () | Returns a right border line properties object. Read-only ILineFormat. |
Returns: LineFormat
getBorderTop
| Name | Description |
|---|---|
| getBorderTop () | Returns a top border line properties object. Read-only ILineFormat. |
Returns: LineFormat
getEffective
| Name | Description |
|---|---|
| getEffective () | Gets effective table cell formatting properties with inheritance and table styles applied. |
Returns: CellFormatEffectiveData
getFillFormat
| Name | Description |
|---|---|
| getFillFormat () | Returns a cell fill properties object. Read-only IFillFormat. |
Returns: FillFormat
getTransparency
| Name | Description |
|---|---|
| getTransparency () | Gets or sets the transparency of the fill color. Read/write float. |
Returns: float
getVersion
| Name | Description |
|---|---|
| getVersion () |
Returns: long
setTransparency
| Name | Description |
|---|---|
| setTransparency (float) | Gets or sets the transparency of the fill color. Read/write float. |
Returns: void