IBaseTableFormatEffectiveData Interface

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

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IBaseTableFormatEffectiveData

The IBaseTableFormatEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyBorderBottom
Returns bottom border line format effective value. Read-only ILineFormatEffectiveData.
Public propertyBorderDiagonalDown
Returns down diagonal line format effective value. Read-only ILineFormatEffectiveData.
Public propertyBorderDiagonalUp
Returns up diagonal line format effective value. Read-only ILineFormatEffectiveData.
Public propertyBorderLeft
Returns left border line format effective value. Read-only ILineFormatEffectiveData.
Public propertyBorderRight
Returns right border line format effective value. Read-only ILineFormatEffectiveData.
Public propertyBorderTop
Returns top border line format effective value. Read-only ILineFormatEffectiveData.
Public propertyFillFormat
Returns fill format effective value. Read-only IFillFormatEffectiveData.
See Also