public interface IChartTextFormat
Chart operate with restricted set of text format properties. IChartTextFormat, IChartTextBlockFormat, IChartParagraphFormat, IChartPortionFormat interfaces describe this restricted set.
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(ITextFrame sourceTextFrame)
Copies text format from specified text frame.
|
void |
copyTo(ITextFrame destTextFrame)
Copies text format to specified text frame.
|
IChartParagraphFormat |
getParagraphFormat()
Returns paragraph format.
|
IChartPortionFormat |
getPortionFormat()
Returns portion format.
|
IChartTextBlockFormat |
getTextBlockFormat()
Returns format for the chart text elements.
|
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)
Copies text format to specified text frame.
destTextFrame
- Text frame to copy text format to.void copyFrom(ITextFrame sourceTextFrame)
Copies text format from specified text frame.
sourceTextFrame
- Text frame to copy text format.