ParagraphFormat

Paragraph.ParagraphFormat 属性

返回该段落的格式对象。只读 IParagraphFormat

public IParagraphFormat ParagraphFormat { get; }

备注

格式对象仅包含当前段落定义的格式参数,不应用继承的数据。

为了获取包括继承值在内的有效值,请使用 GetEffective 方法。

另请参见