IBulkTextFormattable

IBulkTextFormattable 接口

表示一个可以批量设置子文本元素格式的对象。

public interface IBulkTextFormattable

方法

名称描述
SetTextFormat(IParagraphFormat)将定义的段落格式属性设置为所有元素的段落。
SetTextFormat(IPortionFormat)将定义的部分格式属性设置为所有元素的部分。
SetTextFormat(ITextFrameFormat)将定义的文本框格式属性设置为所有元素的文本框。

另见