public class ChartTextFormat extends java.lang.Object implements IChartTextFormat
Specifies default text formatting for chart text elements.
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()
ParagraphFormat.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IChartPortionFormat |
getPortionFormat()
PortionFormat.
|
IChartTextBlockFormat |
getTextBlockFormat()
TextBlockFormat.
|
public IChartTextBlockFormat getTextBlockFormat()
TextBlockFormat.
Read-only IChartTextBlockFormat
.
getTextBlockFormat
in interface IChartTextFormat
public IChartParagraphFormat getParagraphFormat()
ParagraphFormat.
Read-only IChartParagraphFormat
.
getParagraphFormat
in interface IChartTextFormat
public IChartPortionFormat getPortionFormat()
PortionFormat.
Read-only IChartPortionFormat
.
getPortionFormat
in interface IChartTextFormat
public final void copyTo(ITextFrame destTextFrame)
Copies text format to specified text frame.
copyTo
in interface IChartTextFormat
destTextFrame
- Text frame to copy text format to.public final void copyFrom(ITextFrame sourceTextFrame)
Copies text format from specified text frame.
copyFrom
in interface IChartTextFormat
sourceTextFrame
- Text frame to copy text format.public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.