IChartTextFormat

IChartTextFormat 接口

图表操作具有有限的文本格式属性集。IChartTextFormat、IChartTextBlockFormat、IChartParagraphFormat 和 IChartPortionFormat 接口描述了这个有限的集合。

public interface IChartTextFormat

属性

名称描述
ParagraphFormat { get; }返回段落格式。只读 IChartParagraphFormat
PortionFormat { get; }返回部分格式。只读 IChartPortionFormat
TextBlockFormat { get; }返回图表文本元素的格式。只读 IChartTextBlockFormat

方法

名称描述
CopyFrom(ITextFrame)从指定文本框复制文本格式。
CopyTo(ITextFrame)将文本格式复制到指定文本框。

另请参见