/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.msforms; import com.wilutions.com.*; /** * IWHTMLTextArea. * */ @CoInterface(guid="{5512D125-5CC6-11CF-8D67-00AA00BDCE1D}") public interface IWHTMLTextArea extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(-541) public void setHTMLName(final String value) throws ComException; @DeclDISPID(-541) public String getHTMLName() throws ComException; @DeclDISPID(0) public void setValue(final String value) throws ComException; @DeclDISPID(0) public String getValue() throws ComException; @DeclDISPID(615) public void setRows(final Integer value) throws ComException; @DeclDISPID(615) public Integer getRows() throws ComException; @DeclDISPID(616) public void setColumns(final Integer value) throws ComException; @DeclDISPID(616) public Integer getColumns() throws ComException; @DeclDISPID(617) public void setWordWrap(final String value) throws ComException; @DeclDISPID(617) public String getWordWrap() throws ComException; }