IBaseTableFormatEffectiveData

IBaseTableFormatEffectiveData interface

Base interface for immutable objects which contain effective table formatting properties.

public interface IBaseTableFormatEffectiveData

Properties

NameDescription
BorderBottom { get; }Returns bottom border line format effective value. Read-only ILineFormatEffectiveData.
BorderDiagonalDown { get; }Returns down diagonal line format effective value. Read-only ILineFormatEffectiveData.
BorderDiagonalUp { get; }Returns up diagonal line format effective value. Read-only ILineFormatEffectiveData.
BorderLeft { get; }Returns left border line format effective value. Read-only ILineFormatEffectiveData.
BorderRight { get; }Returns right border line format effective value. Read-only ILineFormatEffectiveData.
BorderTop { get; }Returns top border line format effective value. Read-only ILineFormatEffectiveData.
FillFormat { get; }Returns fill format effective value. Read-only IFillFormatEffectiveData.

See Also