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
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
index | int | Zero-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