|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LegendEntryProperties
public class LegendEntryProperties
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 |
---|
public 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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |