/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.office;
import com.wilutions.com.*;
/**
* WebComponentProperties.
*
*/
@CoInterface(guid="{000C0373-0000-0000-C000-000000000046}")
public interface WebComponentProperties extends IDispatch {
static boolean __typelib__loaded = __TypeLib.load();
@DeclDISPID(1) public IDispatch getShape() throws ComException;
@DeclDISPID(2) public String getName() throws ComException;
@DeclDISPID(2) public void setName(final String value) throws ComException;
@DeclDISPID(3) public String getURL() throws ComException;
@DeclDISPID(3) public void setURL(final String value) throws ComException;
@DeclDISPID(4) public String getHTML() throws ComException;
@DeclDISPID(4) public void setHTML(final String value) throws ComException;
@DeclDISPID(5) public String getPreviewGraphic() throws ComException;
@DeclDISPID(5) public void setPreviewGraphic(final String value) throws ComException;
@DeclDISPID(6) public String getPreviewHTML() throws ComException;
@DeclDISPID(6) public void setPreviewHTML(final String value) throws ComException;
@DeclDISPID(7) public Integer getWidth() throws ComException;
@DeclDISPID(7) public void setWidth(final Integer value) throws ComException;
@DeclDISPID(8) public Integer getHeight() throws ComException;
@DeclDISPID(8) public void setHeight(final Integer value) throws ComException;
@DeclDISPID(9) public String getTag() throws ComException;
@DeclDISPID(9) public void setTag(final String value) throws ComException;
}