1 | // tlb2java |
2 | package com.moesol.bindings.platform_sdk.component_services; |
3 | |
4 | |
5 | /** |
6 | * <code>IDL: [ helpstring(""), dispatchable ] interface</code> |
7 | <!-- /xjavadoc/library[@name='stdole']/dispatch[@name='Font']/javadoc/node()--> |
8 | */ |
9 | public interface Font extends com.moesol.bindings.platform_sdk.component_services.IDispatch { |
10 | public static final Class TYPELIB = TYPELIB_00020430_0000_0000_C000_000000000046.class; |
11 | /** |
12 | * <code>IDL: [uuid(BEF6E003-A874-101A-8BBA-00AA00300CAB)]</code> |
13 | */ |
14 | public static final com.moesol.bindings.platform_sdk.component_services.GUID IID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
15 | 0xbef6e003, (short)0xa874, (short)0x101a, |
16 | new byte[] { |
17 | (byte)0x8b, (byte)0xba, |
18 | (byte)0x00, (byte)0xaa, (byte)0x00, (byte)0x30, (byte)0x0c, (byte)0xab |
19 | } ); |
20 | |
21 | |
22 | /** <em>Implementation</em>, <small>Java to COM</small>. */ |
23 | public static class Jni extends com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni implements Font { |
24 | |
25 | protected Jni () { |
26 | } |
27 | |
28 | |
29 | //Name |
30 | //Size |
31 | //Bold |
32 | //Italic |
33 | //Underline |
34 | //Strikethrough |
35 | //Weight |
36 | //Charset |
37 | } |
38 | |
39 | /** <em>Implementation</em>, <small>COM to Java</small>. */ |
40 | public static class Disp extends com.moesol.bindings.platform_sdk.component_services.IDispatch.Disp { |
41 | public static com.moesol.bindings.platform_sdk.component_services.IUnknown.Disp instance() { |
42 | return s_instance; |
43 | } |
44 | |
45 | private static Disp s_instance = new Disp(); |
46 | |
47 | protected Disp() { |
48 | } |
49 | } |
50 | } |