ITextStyleEffectiveData Interface

Immutable object which contains effective text style properties.

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

The ITextStyleEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyDefaultParagraphFormat
Returns effective default paragraph properties. Read-only IParagraphFormatEffectiveData.
Methods
  NameDescription
Public methodGetLevel
Returns level of effective style.
Remarks
This interface is used together with the ITextStyle interface to return effective formatting values with inheritance applied.
See Also