/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.outlook; import com.wilutions.com.*; /** * _OlkTextBox. * */ @CoInterface(guid="{000672DA-0000-0000-C000-000000000046}") public interface _OlkTextBox extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(-500) public Boolean getAutoSize() throws ComException; @DeclDISPID(-500) public void setAutoSize(final Boolean value) throws ComException; @DeclDISPID(217) public Boolean getAutoTab() throws ComException; @DeclDISPID(217) public void setAutoTab(final Boolean value) throws ComException; @DeclDISPID(218) public Boolean getAutoWordSelect() throws ComException; @DeclDISPID(218) public void setAutoWordSelect(final Boolean value) throws ComException; @DeclDISPID(-501) public com.wilutions.mslib.stdole.OLE_COLOR getBackColor() throws ComException; @DeclDISPID(-501) public void setBackColor(final com.wilutions.mslib.stdole.OLE_COLOR value) throws ComException; @DeclDISPID(-504) public OlBorderStyle getBorderStyle() throws ComException; @DeclDISPID(-504) public void setBorderStyle(final OlBorderStyle value) throws ComException; @DeclDISPID(225) public OlDragBehavior getDragBehavior() throws ComException; @DeclDISPID(225) public void setDragBehavior(final OlDragBehavior value) throws ComException; @DeclDISPID(-514) public Boolean getEnabled() throws ComException; @DeclDISPID(-514) public void setEnabled(final Boolean value) throws ComException; @DeclDISPID(224) public OlEnterFieldBehavior getEnterFieldBehavior() throws ComException; @DeclDISPID(224) public void setEnterFieldBehavior(final OlEnterFieldBehavior value) throws ComException; @DeclDISPID(-544) public Boolean getEnterKeyBehavior() throws ComException; @DeclDISPID(-544) public void setEnterKeyBehavior(final Boolean value) throws ComException; @DeclDISPID(-512) public com.wilutions.mslib.stdole.Font getFont() throws ComException; @DeclDISPID(-513) public com.wilutions.mslib.stdole.OLE_COLOR getForeColor() throws ComException; @DeclDISPID(-513) public void setForeColor(final com.wilutions.mslib.stdole.OLE_COLOR value) throws ComException; @DeclDISPID(207) public Boolean getHideSelection() throws ComException; @DeclDISPID(207) public void setHideSelection(final Boolean value) throws ComException; @DeclDISPID(604) public Boolean getIntegralHeight() throws ComException; @DeclDISPID(604) public void setIntegralHeight(final Boolean value) throws ComException; @DeclDISPID(10) public Boolean getLocked() throws ComException; @DeclDISPID(10) public void setLocked(final Boolean value) throws ComException; @DeclDISPID(-533) public Integer getMaxLength() throws ComException; @DeclDISPID(-533) public void setMaxLength(final Integer value) throws ComException; @DeclDISPID(-522) public com.wilutions.mslib.stdole.Picture getMouseIcon() throws ComException; @DeclDISPID(-522) public void setMouseIcon(final com.wilutions.mslib.stdole.Picture value) throws ComException; @DeclDISPID(-521) public OlMousePointer getMousePointer() throws ComException; @DeclDISPID(-521) public void setMousePointer(final OlMousePointer value) throws ComException; @DeclDISPID(-537) public Boolean getMultiLine() throws ComException; @DeclDISPID(-537) public void setMultiLine(final Boolean value) throws ComException; @DeclDISPID(-534) public String getPasswordChar() throws ComException; @DeclDISPID(-534) public void setPasswordChar(final String value) throws ComException; @DeclDISPID(-535) public OlScrollBars getScrollbars() throws ComException; @DeclDISPID(-535) public void setScrollbars(final OlScrollBars value) throws ComException; @DeclDISPID(220) public Boolean getSelectionMargin() throws ComException; @DeclDISPID(220) public void setSelectionMargin(final Boolean value) throws ComException; @DeclDISPID(-545) public Boolean getTabKeyBehavior() throws ComException; @DeclDISPID(-545) public void setTabKeyBehavior(final Boolean value) throws ComException; @DeclDISPID(-517) public String getText() throws ComException; @DeclDISPID(-517) public void setText(final String value) throws ComException; @DeclDISPID(10004) public OlTextAlign getTextAlign() throws ComException; @DeclDISPID(10004) public void setTextAlign(final OlTextAlign value) throws ComException; @DeclDISPID(0) public Object getValue() throws ComException; @DeclDISPID(0) public void setValue(final Object value) throws ComException; @DeclDISPID(-536) public Boolean getWordWrap() throws ComException; @DeclDISPID(-536) public void setWordWrap(final Boolean value) throws ComException; @DeclDISPID(-547) public Integer getSelStart() throws ComException; @DeclDISPID(-547) public void setSelStart(final Integer value) throws ComException; @DeclDISPID(-548) public Integer getSelLength() throws ComException; @DeclDISPID(-548) public void setSelLength(final Integer value) throws ComException; @DeclDISPID(-546) public String getSelText() throws ComException; @DeclDISPID(21) public void Cut() throws ComException; @DeclDISPID(22) public void Copy() throws ComException; @DeclDISPID(24) public void Paste() throws ComException; @DeclDISPID(-554) public void Clear() throws ComException; }