ITextStyleEffectiveData

public interface ITextStyleEffectiveData

Immutable object which contains effective text style properties.


This interface is used together with the ITextStyle interface to return effective formatting values with inheritance applied.

Methods

MethodDescription
getLevel(int index)Returns level of effective style.
getDefaultParagraphFormat()Returns effective default paragraph properties.

getLevel(int index)

public abstract IParagraphFormatEffectiveData getLevel(int index)

Returns level of effective style.

Parameters:

ParameterTypeDescription
indexintZero-based index of level. Must lay in 0..8 interval.

Returns: IParagraphFormatEffectiveData - Effective formatting of level IParagraphFormatEffectiveData.

getDefaultParagraphFormat()

public abstract IParagraphFormatEffectiveData getDefaultParagraphFormat()

Returns effective default paragraph properties. Read-only IParagraphFormatEffectiveData.

Returns: IParagraphFormatEffectiveData