IChartTextFormat

public interface IChartTextFormat

Chart operate with restricted set of text format properties. IChartTextFormat, IChartTextBlockFormat, IChartParagraphFormat, IChartPortionFormat interfaces describe this restricted set.

Methods

MethodDescription
getTextBlockFormat()Returns format for the chart text elements.
getParagraphFormat()Returns paragraph format.
getPortionFormat()Returns portion format.
copyTo(ITextFrame destTextFrame)Copies text format to specified text frame.
copyFrom(ITextFrame sourceTextFrame)Copies text format from specified text frame.

getTextBlockFormat()

public abstract IChartTextBlockFormat getTextBlockFormat()

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

Returns: IChartTextBlockFormat

getParagraphFormat()

public abstract IChartParagraphFormat getParagraphFormat()

Returns paragraph format. Read-only IChartParagraphFormat.

Returns: IChartParagraphFormat

getPortionFormat()

public abstract IChartPortionFormat getPortionFormat()

Returns portion format. Read-only IChartPortionFormat.

Returns: IChartPortionFormat

copyTo(ITextFrame destTextFrame)

public abstract void copyTo(ITextFrame destTextFrame)

Copies text format to specified text frame.

Parameters:

ParameterTypeDescription
destTextFrameITextFrameText frame to copy text format to.

copyFrom(ITextFrame sourceTextFrame)

public abstract void copyFrom(ITextFrame sourceTextFrame)

Copies text format from specified text frame.

Parameters:

ParameterTypeDescription
sourceTextFrameITextFrameText frame to copy text format.