IChartTextFormat
IChartTextFormat interface
Chart operate with restricted set of text format properties. IChartTextFormat, IChartTextBlockFormat, IChartParagraphFormat, IChartPortionFormat interfaces describe this restricted set.
public interface IChartTextFormat
Properties
Name | Description |
---|---|
ParagraphFormat { get; } | Returns paragraph format. Read-only IChartParagraphFormat . |
PortionFormat { get; } | Returns portion format. Read-only IChartPortionFormat . |
TextBlockFormat { get; } | Returns format for the chart text elements. Read-only IChartTextBlockFormat . |
Methods
Name | Description |
---|---|
CopyFrom(ITextFrame) | Copies text format from specified text frame. |
CopyTo(ITextFrame) | Copies text format to specified text frame. |
See Also
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides