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