/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.office; import com.wilutions.com.*; /** * _CommandBarButton. * */ @CoInterface(guid="{000C030E-0000-0000-C000-000000000046}") public interface _CommandBarButton extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(1610809344) public IDispatch getApplication() throws ComException; @DeclDISPID(1610809345) public Integer getCreator() throws ComException; @DeclDISPID(1610874880) public Boolean getBeginGroup() throws ComException; @DeclDISPID(1610874880) public void setBeginGroup(final Boolean value) throws ComException; @DeclDISPID(1610874882) public Boolean getBuiltIn() throws ComException; @DeclDISPID(1610874883) public String getCaption() throws ComException; @DeclDISPID(1610874883) public void setCaption(final String value) throws ComException; @DeclDISPID(1610874886) public CommandBarControl Copy(final Object Bar, final Object Before) throws ComException; @DeclDISPID(1610874887) public void Delete(final Object Temporary) throws ComException; @DeclDISPID(1610874888) public String getDescriptionText() throws ComException; @DeclDISPID(1610874888) public void setDescriptionText(final String value) throws ComException; @DeclDISPID(1610874890) public Boolean getEnabled() throws ComException; @DeclDISPID(1610874890) public void setEnabled(final Boolean value) throws ComException; @DeclDISPID(1610874892) public void Execute() throws ComException; @DeclDISPID(1610874893) public Integer getHeight() throws ComException; @DeclDISPID(1610874893) public void setHeight(final Integer value) throws ComException; @DeclDISPID(1610874895) public Integer getHelpContextId() throws ComException; @DeclDISPID(1610874895) public void setHelpContextId(final Integer value) throws ComException; @DeclDISPID(1610874897) public String getHelpFile() throws ComException; @DeclDISPID(1610874897) public void setHelpFile(final String value) throws ComException; @DeclDISPID(1610874899) public Integer getId() throws ComException; @DeclDISPID(1610874900) public Integer getIndex() throws ComException; @DeclDISPID(1610874902) public CommandBarControl Move(final Object Bar, final Object Before) throws ComException; @DeclDISPID(1610874903) public Integer getLeft() throws ComException; @DeclDISPID(1610874904) public MsoControlOLEUsage getOLEUsage() throws ComException; @DeclDISPID(1610874904) public void setOLEUsage(final MsoControlOLEUsage value) throws ComException; @DeclDISPID(1610874906) public String getOnAction() throws ComException; @DeclDISPID(1610874906) public void setOnAction(final String value) throws ComException; @DeclDISPID(1610874908) public CommandBar getParent() throws ComException; @DeclDISPID(1610874909) public String getParameter() throws ComException; @DeclDISPID(1610874909) public void setParameter(final String value) throws ComException; @DeclDISPID(1610874911) public Integer getPriority() throws ComException; @DeclDISPID(1610874911) public void setPriority(final Integer value) throws ComException; @DeclDISPID(1610874913) public void Reset() throws ComException; @DeclDISPID(1610874914) public void SetFocus() throws ComException; @DeclDISPID(1610874915) public String getTag() throws ComException; @DeclDISPID(1610874915) public void setTag(final String value) throws ComException; @DeclDISPID(1610874917) public String getTooltipText() throws ComException; @DeclDISPID(1610874917) public void setTooltipText(final String value) throws ComException; @DeclDISPID(1610874919) public Integer getTop() throws ComException; @DeclDISPID(1610874920) public MsoControlType getType() throws ComException; @DeclDISPID(1610874921) public Boolean getVisible() throws ComException; @DeclDISPID(1610874921) public void setVisible(final Boolean value) throws ComException; @DeclDISPID(1610874923) public Integer getWidth() throws ComException; @DeclDISPID(1610874923) public void setWidth(final Integer value) throws ComException; @DeclDISPID(1610874925) public Boolean getIsPriorityDropped() throws ComException; @DeclDISPID(1610940416) public Boolean getBuiltInFace() throws ComException; @DeclDISPID(1610940416) public void setBuiltInFace(final Boolean value) throws ComException; @DeclDISPID(1610940418) public void CopyFace() throws ComException; @DeclDISPID(1610940419) public Integer getFaceId() throws ComException; @DeclDISPID(1610940419) public void setFaceId(final Integer value) throws ComException; @DeclDISPID(1610940421) public void PasteFace() throws ComException; @DeclDISPID(1610940422) public String getShortcutText() throws ComException; @DeclDISPID(1610940422) public void setShortcutText(final String value) throws ComException; @DeclDISPID(1610940424) public MsoButtonState getState() throws ComException; @DeclDISPID(1610940424) public void setState(final MsoButtonState value) throws ComException; @DeclDISPID(1610940426) public MsoButtonStyle getStyle() throws ComException; @DeclDISPID(1610940426) public void setStyle(final MsoButtonStyle value) throws ComException; @DeclDISPID(1610940428) public MsoCommandBarButtonHyperlinkType getHyperlinkType() throws ComException; @DeclDISPID(1610940428) public void setHyperlinkType(final MsoCommandBarButtonHyperlinkType value) throws ComException; @DeclDISPID(1610940430) public com.wilutions.mslib.stdole.IPictureDisp getPicture() throws ComException; @DeclDISPID(1610940430) public void setPicture(final com.wilutions.mslib.stdole.IPictureDisp value) throws ComException; @DeclDISPID(1610940432) public com.wilutions.mslib.stdole.IPictureDisp getMask() throws ComException; @DeclDISPID(1610940432) public void setMask(final com.wilutions.mslib.stdole.IPictureDisp value) throws ComException; }