com.aspose.slides
Class ChartTitleEx

java.lang.Object
  extended by com.aspose.slides.ChartTitleEx

public class ChartTitleEx
extends java.lang.Object

Represents chart title properties.


Method Summary
 FormatEx getFormat()
           Returns the fill, line, effect styles of a title.
 float getHeight()
           Returns or sets the height of a legend in points.
 boolean getOverlay()
           Determines whether other chart elements shall be allowed to overlap title.
 TextFrameEx getText()
           Returns text frame of a chart title.
 float getWidth()
           Returns or sets the width of a legend in points.
 float getX()
           Returns or sets the x coordinate of a legend in points.
 float getY()
           Returns or sets the y coordinate of a legend in points.
 void setHeight(float value)
           
 void setOverlay(boolean value)
           
 void setWidth(float value)
           
 void setX(float value)
           
 void setY(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getX

public float getX()

Returns or sets the x coordinate of a legend in points. Read/write float.


setX

public void setX(float value)

getY

public float getY()

Returns or sets the y coordinate of a legend in points. Read/write float.


setY

public void setY(float value)

getWidth

public float getWidth()

Returns or sets the width of a legend in points. Read/write float.


setWidth

public void setWidth(float value)

getHeight

public float getHeight()

Returns or sets the height of a legend in points. Read/write float.


setHeight

public void setHeight(float value)

getOverlay

public boolean getOverlay()

Determines whether other chart elements shall be allowed to overlap title. Read/write bool.


setOverlay

public void setOverlay(boolean value)

getText

public TextFrameEx getText()

Returns text frame of a chart title.


getFormat

public FormatEx getFormat()

Returns the fill, line, effect styles of a title.