ITextStyleEffectiveData

ITextStyleEffectiveData interface

Immutable object which contains effective text style properties.

public interface ITextStyleEffectiveData

Properties

NameDescription
DefaultParagraphFormat { get; }Returns effective default paragraph properties. Read-only IParagraphFormatEffectiveData.

Methods

NameDescription
GetLevel(int)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