com.aspose.slides
Interface ILegendEntryProperties

All Superinterfaces:
IChartComponent, IFormattedTextContainer, IPresentationComponent, ISlideComponent
All Known Implementing Classes:
LegendEntryProperties

public interface ILegendEntryProperties
extends IFormattedTextContainer


Method Summary
 boolean getHide()
           Returns or sets the hide flag of legend entry.
 void setHide(boolean value)
           Returns or sets the hide flag of legend entry.
 
Methods inherited from interface com.aspose.slides.IFormattedTextContainer
getTextFormat
 
Methods inherited from interface com.aspose.slides.IChartComponent
getChart
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getHide

boolean getHide()

Returns or sets the hide flag of legend entry. Read/write boolean.


setHide

void setHide(boolean value)

Returns or sets the hide flag of legend entry. Read/write boolean.



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