/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.office;
import com.wilutions.com.*;
/**
* IMsoDataLabels.
*
*/
@CoInterface(guid="{000C171F-0000-0000-C000-000000000046}")
public interface IMsoDataLabels extends IDispatch {
static boolean __typelib__loaded = __TypeLib.load();
@DeclDISPID(150) public IDispatch getParent() throws ComException;
@DeclDISPID(110) public String getName() throws ComException;
@DeclDISPID(235) public Object Select() throws ComException;
@DeclDISPID(128) public IMsoBorder getBorder() throws ComException;
@DeclDISPID(117) public Object Delete() throws ComException;
@DeclDISPID(129) public IMsoInterior getInterior() throws ComException;
@DeclDISPID(1663) public ChartFillFormat getFill() throws ComException;
@DeclDISPID(1610743815) public IMsoCharacters getCharacters(final Object Start, final Object Length) throws ComException;
@DeclDISPID(146) public ChartFont getFont() throws ComException;
@DeclDISPID(136) public Object getHorizontalAlignment() throws ComException;
@DeclDISPID(136) public void setHorizontalAlignment(final Object RHS) throws ComException;
@DeclDISPID(134) public Object getOrientation() throws ComException;
@DeclDISPID(134) public void setOrientation(final Object RHS) throws ComException;
@DeclDISPID(103) public Boolean getShadow() throws ComException;
@DeclDISPID(103) public void setShadow(final Boolean RHS) throws ComException;
@DeclDISPID(137) public Object getVerticalAlignment() throws ComException;
@DeclDISPID(137) public void setVerticalAlignment(final Object RHS) throws ComException;
@DeclDISPID(975) public Integer getReadingOrder() throws ComException;
@DeclDISPID(975) public void setReadingOrder(final Integer RHS) throws ComException;
@DeclDISPID(1525) public Object getAutoScaleFont() throws ComException;
@DeclDISPID(1525) public void setAutoScaleFont(final Object RHS) throws ComException;
@DeclDISPID(135) public Boolean getAutoText() throws ComException;
@DeclDISPID(135) public void setAutoText(final Boolean RHS) throws ComException;
@DeclDISPID(193) public String getNumberFormat() throws ComException;
@DeclDISPID(193) public void setNumberFormat(final String RHS) throws ComException;
@DeclDISPID(194) public Boolean getNumberFormatLinked() throws ComException;
@DeclDISPID(194) public void setNumberFormatLinked(final Boolean RHS) throws ComException;
@DeclDISPID(1097) public Object getNumberFormatLocal() throws ComException;
@DeclDISPID(1097) public void setNumberFormatLocal(final Object RHS) throws ComException;
@DeclDISPID(171) public Boolean getShowLegendKey() throws ComException;
@DeclDISPID(171) public void setShowLegendKey(final Boolean RHS) throws ComException;
@DeclDISPID(108) public Object getType() throws ComException;
@DeclDISPID(108) public void setType(final Object RHS) throws ComException;
@DeclDISPID(133) public XlDataLabelPosition getPosition() throws ComException;
@DeclDISPID(133) public void setPosition(final XlDataLabelPosition RHS) throws ComException;
@DeclDISPID(2022) public Boolean getShowSeriesName() throws ComException;
@DeclDISPID(2022) public void setShowSeriesName(final Boolean RHS) throws ComException;
@DeclDISPID(2023) public Boolean getShowCategoryName() throws ComException;
@DeclDISPID(2023) public void setShowCategoryName(final Boolean RHS) throws ComException;
@DeclDISPID(2024) public Boolean getShowValue() throws ComException;
@DeclDISPID(2024) public void setShowValue(final Boolean RHS) throws ComException;
@DeclDISPID(2025) public Boolean getShowPercentage() throws ComException;
@DeclDISPID(2025) public void setShowPercentage(final Boolean RHS) throws ComException;
@DeclDISPID(2026) public Boolean getShowBubbleSize() throws ComException;
@DeclDISPID(2026) public void setShowBubbleSize(final Boolean RHS) throws ComException;
@DeclDISPID(2027) public Object getSeparator() throws ComException;
@DeclDISPID(2027) public void setSeparator(final Object RHS) throws ComException;
@DeclDISPID(118) public Integer getCount() throws ComException;
@DeclDISPID(170) public IMsoDataLabel Item(final Object Index) throws ComException;
@DeclDISPID(-4) public Object _NewEnum() throws ComException;
@DeclDISPID(1610743858) public IMsoChartFormat getFormat() throws ComException;
@DeclDISPID(148) public IDispatch getApplication() throws ComException;
@DeclDISPID(149) public Integer getCreator() throws ComException;
@DeclDISPID(0) public IMsoDataLabel get_Default(final Object Index) throws ComException;
@DeclDISPID(2028) public void Propagate(final Object Index) throws ComException;
@DeclDISPID(2029) public Boolean getShowRange() throws ComException;
@DeclDISPID(2029) public void setShowRange(final Boolean RHS) throws ComException;
}