LegendEntryProperties

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.ILegendEntryProperties, com.aspose.slides.IDOMObject

public class LegendEntryProperties implements ILegendEntryProperties, IDOMObject

Represents legend properties of a chart.

Methods

MethodDescription
getTextFormat()Returns text format.
getHide()Determines whether the legend entry is hide.
setHide(boolean value)Determines whether the legend entry is hide.
getParent_Immediate()
getChart()Returns the parent chart.
getSlide()Returns the parent slide of a FillFormat.
getPresentation()Returns the parent presentation of a FillFormat.

getTextFormat()

public final IChartTextFormat getTextFormat()

Returns text format. Read-only IChartTextFormat.

Returns: IChartTextFormat

getHide()

public final boolean getHide()

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

Returns: boolean

setHide(boolean value)

public final void setHide(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getParent_Immediate()

public final IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.

Returns: com.aspose.slides.IDOMObject

getChart()

public final IChart getChart()

Returns the parent chart. Read-only IChart.

Returns: IChart

getSlide()

public final IBaseSlide getSlide()

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

Returns: IBaseSlide

getPresentation()

public final IPresentation getPresentation()

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

Returns: IPresentation