com.aspose.slides
Class ChartTextFormat

java.lang.Object
  extended by com.aspose.slides.ChartTextFormat
All Implemented Interfaces:
IChartTextFormat

public class ChartTextFormat
extends java.lang.Object
implements IChartTextFormat

Specifies default text formatting for chart text elements.


Method Summary
 void copyFrom(ITextFrame sourceTextFrame)
           
 void copyTo(ITextFrame destTextFrame)
           
 IChartParagraphFormat getParagraphFormat()
           
 IChartPortionFormat getPortionFormat()
           
 IChartTextBlockFormat getTextBlockFormat()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTextBlockFormat

public IChartTextBlockFormat getTextBlockFormat()
Specified by:
getTextBlockFormat in interface IChartTextFormat

getParagraphFormat

public IChartParagraphFormat getParagraphFormat()
Specified by:
getParagraphFormat in interface IChartTextFormat

getPortionFormat

public IChartPortionFormat getPortionFormat()
Specified by:
getPortionFormat in interface IChartTextFormat

copyTo

public void copyTo(ITextFrame destTextFrame)
Specified by:
copyTo in interface IChartTextFormat

copyFrom

public void copyFrom(ITextFrame sourceTextFrame)
Specified by:
copyFrom in interface IChartTextFormat