Font used for character symbol.
[Visual Basic 6.0]
Property Font As IFontDisp
[Visual Basic .NET]
Public Property Font As stdole.IFontDisp
[C#]
public stdole.IFontDisp Font {get; set;}
[Java] public IFontDisp getFont() throws IOException, AutomationException
[Java] public void setFont( IFontDisp pFontDisp ) throws IOException, AutomationException
[C++]
HRESULT get_Font(
IFontDisp** fontDisp
);
[C++] HRESULT put_Font( IFontDisp* fontDisp);
Parameters
fontDisp [out, retval]
fontDisp is a parameter of type IFontDisp
fontDisp [in]
fontDisp is a parameter of type IFontDisp