com.aspose.slides
Class ChartTextFormat
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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