ICellFormat

public interface ICellFormat

Represents format of a table cell.

Methods

MethodDescription
getFillFormat()Returns a cell fill properties object.
getBorderLeft()Returns a left border line properties object.
getBorderTop()Returns a top border line properties object.
getBorderRight()Returns a right border line properties object.
getBorderBottom()Returns a bottom border line properties object.
getBorderDiagonalDown()Returns a top-left to bottom-right diagonal line properties object.
getBorderDiagonalUp()Returns a bottom-left to top-right diagonal line properties object.
getTransparency()Gets or sets the transparency of the fill color.
setTransparency(float value)Gets or sets the transparency of the fill color.
getEffective()Gets effective table cell formatting properties with inheritance and table styles applied.

getFillFormat()

public abstract IFillFormat getFillFormat()

Returns a cell fill properties object. Read-only IFillFormat.

Returns: IFillFormat

getBorderLeft()

public abstract ILineFormat getBorderLeft()

Returns a left border line properties object. Read-only ILineFormat.

Returns: ILineFormat

getBorderTop()

public abstract ILineFormat getBorderTop()

Returns a top border line properties object. Read-only ILineFormat.

Returns: ILineFormat

getBorderRight()

public abstract ILineFormat getBorderRight()

Returns a right border line properties object. Read-only ILineFormat.

Returns: ILineFormat

getBorderBottom()

public abstract ILineFormat getBorderBottom()

Returns a bottom border line properties object. Read-only ILineFormat.

Returns: ILineFormat

getBorderDiagonalDown()

public abstract ILineFormat getBorderDiagonalDown()

Returns a top-left to bottom-right diagonal line properties object. Read-only ILineFormat.

Returns: ILineFormat

getBorderDiagonalUp()

public abstract ILineFormat getBorderDiagonalUp()

Returns a bottom-left to top-right diagonal line properties object. Read-only ILineFormat.

Returns: ILineFormat

getTransparency()

public abstract float getTransparency()

Gets or sets the transparency of the fill color. Read/write float .

Returns: float

setTransparency(float value)

public abstract void setTransparency(float value)

Gets or sets the transparency of the fill color. Read/write float .

Parameters:

ParameterTypeDescription
valuefloat

getEffective()

public abstract ICellFormatEffectiveData getEffective()

Gets effective table cell formatting properties with inheritance and table styles applied.

Returns: ICellFormatEffectiveData - A ICellFormatEffectiveData.