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.


Method Summary
 void copyFrom(ITextFrame sourceTextFrame)
           
 void copyTo(ITextFrame destTextFrame)
           
 IChartParagraphFormat getParagraphFormat()
           
 IChartPortionFormat getPortionFormat()
           
 IChartTextBlockFormat getTextBlockFormat()
           
 

Method Detail

getTextBlockFormat

IChartTextBlockFormat getTextBlockFormat()

getParagraphFormat

IChartParagraphFormat getParagraphFormat()

getPortionFormat

IChartPortionFormat getPortionFormat()

copyTo

void copyTo(ITextFrame destTextFrame)

copyFrom

void copyFrom(ITextFrame sourceTextFrame)