ITextStyleEffectiveData

ITextStyleEffectiveData 接口

不可变对象,包含有效的文本样式属性。

public interface ITextStyleEffectiveData

属性

名称描述
DefaultParagraphFormat { get; }返回有效的默认段落属性。只读 IParagraphFormatEffectiveData

方法

名称描述
GetLevel(int)返回有效样式的级别。

备注

此接口与 ITextStyle 接口一起使用,以返回应用继承的有效格式值。

另请参见