TextStyle

TextStyle class

这个类包含文本样式格式化属性。

public sealed class TextStyle : PVIObject, ITextStyle

Properties

名称描述
AsIPresentationComponent { get; }允许获取基本的 IPresentationComponent 接口。只读 IPresentationComponent
DefaultParagraphFormat { get; }默认段落属性。只读 IParagraphFormat

Methods

名称描述
override Equals(object)与指定对象进行比较。
GetEffective()获取应用继承的有效文本样式格式化数据。
override GetHashCode()返回哈希码。
GetLevel(int)如果样式级别存在则返回它,否则返回 null。

另见