IRowFormatEffectiveData Interface

Immutable object which contains effective table row formatting properties.

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

The IRowFormatEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAsIBaseTableFormatEffectiveData
Allows to get base IBaseTableFormatEffectiveData interface. Read-only IBaseTableFormatEffectiveData.
Public propertyBorderBottom
Returns bottom border line format effective value. Read-only ILineFormatEffectiveData.
(Inherited from IBaseTableFormatEffectiveData.)
Public propertyBorderDiagonalDown
Returns down diagonal line format effective value. Read-only ILineFormatEffectiveData.
(Inherited from IBaseTableFormatEffectiveData.)
Public propertyBorderDiagonalUp
Returns up diagonal line format effective value. Read-only ILineFormatEffectiveData.
(Inherited from IBaseTableFormatEffectiveData.)
Public propertyBorderLeft
Returns left border line format effective value. Read-only ILineFormatEffectiveData.
(Inherited from IBaseTableFormatEffectiveData.)
Public propertyBorderRight
Returns right border line format effective value. Read-only ILineFormatEffectiveData.
(Inherited from IBaseTableFormatEffectiveData.)
Public propertyBorderTop
Returns top border line format effective value. Read-only ILineFormatEffectiveData.
(Inherited from IBaseTableFormatEffectiveData.)
Public propertyFillFormat
Returns fill format effective value. Read-only IFillFormatEffectiveData.
(Inherited from IBaseTableFormatEffectiveData.)
Remarks
This interface is used together with the IRowFormat interface to return effective formatting values with inheritance and table styles applied.
See Also