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