ChartTextFormat

ChartTextFormat class

指定图表文本元素的默认文本格式。

public class ChartTextFormat : IChartTextFormat

属性

名称描述
ParagraphFormat { get; }段落格式。只读 IChartParagraphFormat
PortionFormat { get; }部分格式。只读 IChartPortionFormat
TextBlockFormat { get; }文本块格式。只读 IChartTextBlockFormat

方法

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

另请参见