IChartTextFormat class

IChartTextFormat class

Chart operate with restricted set of text format properties. IChartTextFormat, IChartTextBlockFormat, IChartParagraphFormat, IChartPortionFormat interfaces describe this restricted set.

The IChartTextFormat type exposes the following members:

Properties

PropertyDescription
text_block_formatReturns format for the chart text elements.
Read-only IChartTextBlockFormat.
paragraph_formatReturns paragraph format.
Read-only IChartParagraphFormat.
portion_formatReturns portion format.
Read-only IChartPortionFormat.

Methods

MethodDescription
copy_to(self, dest_text_frame)Copies text format to specified text frame.
copy_from(self, source_text_frame)Copies text format from specified text frame.

See Also