com.aspose.slides
Class ChartTextFormat

java.lang.Object
  extended by com.aspose.slides.ChartTextFormat
All Implemented Interfaces:
IChartTextFormat

public class ChartTextFormat
extends java.lang.Object
implements IChartTextFormat

Specifies default text formatting for chart text elements.


Method Summary
 void copyFrom(ITextFrame sourceTextFrame)
           
 void copyTo(ITextFrame destTextFrame)
           
 IChartParagraphFormat getParagraphFormat()
           ParagraphFormat.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IChartPortionFormat getPortionFormat()
           PortionFormat.
 IChartTextBlockFormat getTextBlockFormat()
           TextBlockFormat.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTextBlockFormat

public IChartTextBlockFormat getTextBlockFormat()

TextBlockFormat. Read-only IChartTextBlockFormat.

Specified by:
getTextBlockFormat in interface IChartTextFormat

getParagraphFormat

public IChartParagraphFormat getParagraphFormat()

ParagraphFormat. Read-only IChartParagraphFormat.

Specified by:
getParagraphFormat in interface IChartTextFormat

getPortionFormat

public IChartPortionFormat getPortionFormat()

PortionFormat. Read-only IChartPortionFormat.

Specified by:
getPortionFormat in interface IChartTextFormat

copyTo

public void copyTo(ITextFrame destTextFrame)
Specified by:
copyTo in interface IChartTextFormat

copyFrom

public void copyFrom(ITextFrame sourceTextFrame)
Specified by:
copyFrom in interface IChartTextFormat

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.