/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.office.impl;
import com.wilutions.com.*;
@SuppressWarnings("all")
@CoClass(guid="{6911A0CA-6F6F-911D-38BF-FFB3DA82D637}")
public class IMsoHyperlinksImpl extends Dispatch implements com.wilutions.mslib.office.IMsoHyperlinks {
public IMsoHyperlinksImpl(String progId) throws ComException {
super(progId, "{A98639A1-CB0C-4A5C-A511-96547F752ACD}");
}
protected IMsoHyperlinksImpl(long ndisp) {
super(ndisp);
}
public String toString() {
return "[IMsoHyperlinksImpl" + super.toString() + "]";
}
}