public interface ITextStyleEffectiveData
Immutable object which contains effective text style properties.
ITextStyle interface to return effective formatting values with inheritance applied.
| Modifier and Type | Method and Description |
|---|---|
IParagraphFormatEffectiveData |
getDefaultParagraphFormat()
Returns effective default paragraph properties.
|
IParagraphFormatEffectiveData |
getLevel(int index)
Returns level of effective style.
|
IParagraphFormatEffectiveData getLevel(int index)
Returns level of effective style.
index - Zero-based index of level. Must lay in 0..8 interval.IParagraphFormatEffectiveData.IParagraphFormatEffectiveData getDefaultParagraphFormat()
Returns effective default paragraph properties.
Read-only IParagraphFormatEffectiveData.