/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.stdole;
import com.wilutions.com.*;
/**
* StdFont.
*
*/
@CoClass(guid="{0BE35203-8F91-11CE-9DE3-00AA004BB851}")
public class StdFont extends Dispatch implements Font {
static boolean __typelib__loaded = __TypeLib.load();
public StdFont() throws ComException {
super("{0BE35203-8F91-11CE-9DE3-00AA004BB851}", "{BEF6E003-A874-101A-8BBA-00AA00300CAB}");
}
protected StdFont(long ndisp) {
super(ndisp);
}
public String toString() {
return "[StdFont" + super.toString() + "]";
}
}