/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.stdole.impl; import com.wilutions.com.*; @SuppressWarnings("all") @CoClass(guid="{7E617968-0C17-CB5B-1614-694DA5C7F051}") public class FontImpl extends Dispatch implements com.wilutions.mslib.stdole.Font { public FontImpl(String progId) throws ComException { super(progId, "{BEF6E003-A874-101A-8BBA-00AA00300CAB}"); } protected FontImpl(long ndisp) { super(ndisp); } public String toString() { return "[FontImpl" + super.toString() + "]"; } }