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 final IChartTextBlockFormat getTextBlockFormat()
TextBlockFormat.
Read-only IChartTextBlockFormat.
getTextBlockFormat in interface IChartTextFormatpublic final IChartParagraphFormat getParagraphFormat()
ParagraphFormat.
Read-only IChartParagraphFormat.
getParagraphFormat in interface IChartTextFormatpublic final IChartPortionFormat getPortionFormat()
PortionFormat.
Read-only IChartPortionFormat.
getPortionFormat in interface IChartTextFormatpublic final void copyTo(ITextFrame destTextFrame)
Copies text format to specified text frame.
copyTo in interface IChartTextFormatdestTextFrame - Text frame to copy text format to.public final void copyFrom(ITextFrame sourceTextFrame)
Copies text format from specified text frame.
copyFrom in interface IChartTextFormatsourceTextFrame - Text frame to copy text format.public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.