IChartTextFormat
IChartTextFormat interface
图表使用有限的文本格式属性集进行操作。 IChartTextFormat、IChartTextBlockFormat、IChartParagraphFormat、IChartPortionFormat 接口描述了这个受限集。
public interface IChartTextFormat
特性
姓名 | 描述 |
---|---|
ParagraphFormat { get; } | 返回段落格式。 只读IChartParagraphFormat 。 |
PortionFormat { get; } | 返回部分格式。 只读IChartPortionFormat 。 |
TextBlockFormat { get; } | 返回图表文本元素的格式。 只读IChartTextBlockFormat 。 |
方法
姓名 | 描述 |
---|---|
CopyFrom(ITextFrame) | 从指定的文本框复制文本格式。 |
CopyTo(ITextFrame) | 将文本格式复制到指定的文本框。 |