/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.office;
import com.wilutions.com.*;
/**
* IMsoEServicesDialog.
*
*/
@CoInterface(guid="{000C0372-0000-0000-C000-000000000046}")
public interface IMsoEServicesDialog extends IDispatch {
static boolean __typelib__loaded = __TypeLib.load();
@DeclDISPID(1610743808) public void Close(final Boolean ApplyWebComponentChanges) throws ComException;
@DeclDISPID(1610743809) public void AddTrustedDomain(final String Domain) throws ComException;
@DeclDISPID(1610743810) public String getApplicationName() throws ComException;
@DeclDISPID(1610743811) public IDispatch getApplication() throws ComException;
@DeclDISPID(1610743812) public IDispatch getWebComponent() throws ComException;
@DeclDISPID(1610743813) public IDispatch getClipArt() throws ComException;
}