ITableFormat
public interface ITableFormat
Represents format of a table.
Methods
Method | Description |
---|---|
getFillFormat() | Returns a table fill 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 formatting properties with inheritance and table styles applied. |
getFillFormat()
public abstract IFillFormat getFillFormat()
Returns a table fill properties object. Read-only IFillFormat.
Returns: IFillFormat
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:
Parameter | Type | Description |
---|---|---|
value | float |
getEffective()
public abstract ITableFormatEffectiveData getEffective()
Gets effective table formatting properties with inheritance and table styles applied.
Returns: ITableFormatEffectiveData - A ITableFormatEffectiveData.