com.aspose.slides
Interface IChartTextFormat
- All Known Implementing Classes:
- ChartTextFormat
public interface IChartTextFormat
Chart operate with restricted set of text format properties.
IChartTextFormat, IChartTextBlockFormat, IChartParagraphFormat, IChartPortionFormat
interfaces describe this restricted set.
getTextBlockFormat
IChartTextBlockFormat getTextBlockFormat()
getParagraphFormat
IChartParagraphFormat getParagraphFormat()
getPortionFormat
IChartPortionFormat getPortionFormat()
copyTo
void copyTo(ITextFrame destTextFrame)
copyFrom
void copyFrom(ITextFrame sourceTextFrame)