|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
IChartTextBlockFormat getTextBlockFormat()
Returns format for the chart text elements.
Read-only IChartTextBlockFormat
.
IChartParagraphFormat getParagraphFormat()
Returns paragraph format.
Read-only IChartParagraphFormat
.
IChartPortionFormat getPortionFormat()
Returns portion format.
Read-only IChartPortionFormat
.
void copyTo(ITextFrame destTextFrame)
void copyFrom(ITextFrame sourceTextFrame)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |