SetTextFormat

SetTextFormat(IPortionFormat)

将定义的部分格式属性设置为所有列单元格的部分。

public void SetTextFormat(IPortionFormat source)
范围类型描述
sourceIPortionFormatIPortionFormat 具有必要属性集的对象。

也可以看看


SetTextFormat(IParagraphFormat)

将定义的段落格式属性设置为所有列单元格的段落。

public void SetTextFormat(IParagraphFormat source)
范围类型描述
sourceIParagraphFormatIParagraphFormat 具有必要属性集的对象。

也可以看看


SetTextFormat(ITextFrameFormat)

将定义的文本框格式属性设置为所有列单元格的文本框。

public void SetTextFormat(ITextFrameFormat source)
范围类型描述
sourceITextFrameFormat具有必要属性集的 ITextFrameFormat 对象。

也可以看看