设置文本格式

SetTextFormat(IPortionFormat)

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

public void SetTextFormat(IPortionFormat source)
参数类型描述
sourceIPortionFormat设置必要属性的IPortionFormat对象。

参见


SetTextFormat(IParagraphFormat)

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

public void SetTextFormat(IParagraphFormat source)
参数类型描述
sourceIParagraphFormat设置必要属性的IParagraphFormat对象。

参见


SetTextFormat(ITextFrameFormat)

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

public void SetTextFormat(ITextFrameFormat source)
参数类型描述
sourceITextFrameFormat设置必要属性的ITextFrameFormat对象。

参见