public interface ITextStyle
Text style formatting properties.
Modifier and Type | Method and Description |
---|---|
IParagraphFormat |
getDefaultParagraphFormat()
Default paragraph propertiies.
|
ITextStyleEffectiveData |
getEffective()
Gets effective text style formatting data with the inheritance applied.
|
IParagraphFormat |
getLevel(int index)
If level of style exist returns it, otherwise returns null.
|
IParagraphFormat getLevel(int index)
If level of style exist returns it, otherwise returns null.
index
- Zero-based index of level. Must lay in 0..8 interval.IParagraphFormat
.IParagraphFormat getDefaultParagraphFormat()
Default paragraph propertiies.
Read-only IParagraphFormat
.
ITextStyleEffectiveData getEffective()
Gets effective text style formatting data with the inheritance applied.
ITextStyleEffectiveData
.