com.aspose.slides
Interface IChartTitle

All Superinterfaces:
IChartComponent, IFormattedTextContainer, ILayoutable, IOverridableText, IPresentationComponent, ISlideComponent
All Known Implementing Classes:
ChartTitle

public interface IChartTitle
extends ILayoutable, IOverridableText

Represents chart title properties.


Method Summary
 IFormat getFormat()
           Returns the fill, line, effect styles of a title.
 boolean getOverlay()
           Determines whether other chart elements shall be allowed to overlap title.
 void setOverlay(boolean value)
           Determines whether other chart elements shall be allowed to overlap title.
 
Methods inherited from interface com.aspose.slides.ILayoutable
getBottom, getHeight, getRight, getWidth, getX, getY, setHeight, setWidth, setX, setY
 
Methods inherited from interface com.aspose.slides.IOverridableText
addTextFrameForOverriding, getTextFrameForOverriding
 
Methods inherited from interface com.aspose.slides.IFormattedTextContainer
getTextFormat
 
Methods inherited from interface com.aspose.slides.IChartComponent
getChart
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getOverlay

boolean getOverlay()

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


setOverlay

void setOverlay(boolean value)

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


getFormat

IFormat getFormat()

Returns the fill, line, effect styles of a title. Read-only IFormat.



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