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()
           Returns paragraph format.
 IChartPortionFormat getPortionFormat()
           Returns portion format.
 IChartTextBlockFormat getTextBlockFormat()
           Returns format for the chart text elements.
 

Method Detail

getTextBlockFormat

IChartTextBlockFormat getTextBlockFormat()

Returns format for the chart text elements. Read-only IChartTextBlockFormat.


getParagraphFormat

IChartParagraphFormat getParagraphFormat()

Returns paragraph format. Read-only IChartParagraphFormat.


getPortionFormat

IChartPortionFormat getPortionFormat()

Returns portion format. Read-only IChartPortionFormat.


copyTo

void copyTo(ITextFrame destTextFrame)

copyFrom

void copyFrom(ITextFrame sourceTextFrame)


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.