com.aspose.slides
Class LegendEntryProperties

java.lang.Object
  extended by com.aspose.slides.LegendEntryProperties
All Implemented Interfaces:
IChartComponent, IFormattedTextContainer, ILegendEntryProperties

public class LegendEntryProperties
extends java.lang.Object
implements ILegendEntryProperties


Method Summary
 IChart getChart()
           
 boolean getHide()
           
 IChartTextFormat getTextFormat()
           
 void setHide(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTextFormat

public IChartTextFormat getTextFormat()
Specified by:
getTextFormat in interface IFormattedTextContainer

getHide

public boolean getHide()
Specified by:
getHide in interface ILegendEntryProperties

setHide

public void setHide(boolean value)
Specified by:
setHide in interface ILegendEntryProperties

getChart

public IChart getChart()
Specified by:
getChart in interface IChartComponent