IChartTextFormat

IChartTextFormat 接口

图表使用受限的一组文本格式属性。IChartTextFormat、IChartTextBlockFormat、IChartParagraphFormat、IChartPortionFormat 接口描述了此受限集合。

public interface IChartTextFormat

属性

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

方法

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

另请参阅