IChartTextFormat Interface

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

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IChartTextFormat

The IChartTextFormat type exposes the following members.

Properties
  NameDescription
Public propertyParagraphFormat
Returns paragraph format. Read-only IChartParagraphFormat.
Public propertyPortionFormat
Returns portion format. Read-only IChartPortionFormat.
Public propertyTextBlockFormat
Returns format for the chart text elements. Read-only IChartTextBlockFormat.
Methods
  NameDescription
Public methodCopyFrom
Copies text format from specified text frame.
Public methodCopyTo
Copies text format to specified text frame.
See Also