ITextStyle

ITextStyle 接口

文本样式格式属性。

public interface ITextStyle

属性

名称描述
DefaultParagraphFormat { get; }默认段落属性。只读 IParagraphFormat

方法

名称描述
GetEffective()获取在应用继承后的有效文本样式格式数据。
GetLevel(int)如果样式级别存在则返回它,否则返回 null。

另见