public class LegendEntryProperties extends java.lang.Object implements ILegendEntryProperties
Modifier and Type | Method and Description |
---|---|
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.
|
public final IChartTextFormat getTextFormat()
Returns text format.
Read-only IChartTextFormat
.
getTextFormat
in interface IFormattedTextContainer
public boolean getHide()
Determines whether the legend entry is hide.
Read/write boolean
.
getHide
in interface ILegendEntryProperties
public void setHide(boolean value)
Determines whether the legend entry is hide.
Read/write boolean
.
setHide
in interface ILegendEntryProperties
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IChart getChart()
Returns the parent chart.
Read-only IChart
.
getChart
in interface IChartComponent
public IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent