com.aspose.slides
Class LegendEntryProperties

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

public class LegendEntryProperties
extends java.lang.Object
implements ILegendEntryProperties


Method Summary
 IChart getChart()
           Returns the parent chart.
 boolean getHide()
           Determines whether the legend entry is hide.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IPresentation getPresentation()
           Returns the parent presentation of a FillFormat.
 IBaseSlide getSlide()
           Returns the parent slide of a FillFormat.
 IChartTextFormat getTextFormat()
           Returns text format.
 void setHide(boolean value)
           Determines whether the legend entry is hide.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTextFormat

public IChartTextFormat getTextFormat()

Returns text format. Read-only IChartTextFormat.

Specified by:
getTextFormat in interface IFormattedTextContainer

getHide

public boolean getHide()

Determines whether the legend entry is hide. Read/write boolean.

Specified by:
getHide in interface ILegendEntryProperties

setHide

public void setHide(boolean value)

Determines whether the legend entry is hide. Read/write boolean.

Specified by:
setHide in interface ILegendEntryProperties

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getChart

public IChart getChart()

Returns the parent chart. Read-only IChart.

Specified by:
getChart in interface IChartComponent

getSlide

public IBaseSlide getSlide()

Returns the parent slide of a FillFormat. Read-only BaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation of a FillFormat. Read-only IPresentation.

Specified by:
getPresentation in interface IPresentationComponent


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