com.esri.arcgis.support.ms.stdole
Class IFontProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.support.ms.stdole.IFontProxy
All Implemented Interfaces:
IFont, java.io.Externalizable, java.io.Serializable

public class IFontProxy
extends com.esri.arcgis.interop.Dispatch
implements IFont, java.io.Serializable

Internal use class Proxy for COM Interface 'IFont'. Generated 3/19/2015 1:20:59 PM from 'c:\WINDOWS\system32\stdole2.tlb'

Description: 'Font Object' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.support.ms.stdole.IFont
IID, IIDbef6e002_a874_101a_8bba_00aa00300cab
 
Constructor Summary
  IFontProxy()
          For internal use only
  IFontProxy(java.lang.Object obj)
           
protected IFontProxy(java.lang.Object obj, java.lang.String iid)
           
  IFontProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IFontProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 void addRefHfont(int hFont)
          addRefHfont
 void esri_clone(IFont[] ppfont)
          esri_clone
 short getCharset()
          getCharset
 int getHFont()
          getHFont
 java.lang.String getName()
          getName
 long getSize()
          getSize
 short getWeight()
          getWeight
 boolean isBold()
          isBold
 void isEqual(IFont pfontOther)
          isEqual
 boolean isItalic()
          isItalic
 boolean isStrikethrough()
          isStrikethrough
 boolean isUnderline()
          isUnderline
 void releaseHfont(int hFont)
          releaseHfont
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setBold(boolean pbold)
          setBold
 void setCharset(short pcharset)
          setCharset
 void setItalic(boolean pitalic)
          setItalic
 void setName(java.lang.String pname)
          setName
 void setRatio(int cyLogical, int cyHimetric)
          setRatio
 void setSize(long psize)
          setSize
 void setStrikethrough(boolean pstrikethrough)
          setStrikethrough
 void setUnderline(boolean punderline)
          setUnderline
 void setWeight(short pweight)
          setWeight
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IFontProxy

public IFontProxy(java.lang.String CLSID,
                  java.lang.String host,
                  com.esri.arcgis.interop.AuthInfo authInfo)
           throws java.net.UnknownHostException,
                  java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IFontProxy

public IFontProxy()
For internal use only


IFontProxy

public IFontProxy(java.lang.Object obj)
           throws java.io.IOException
Throws:
java.io.IOException

IFontProxy

protected IFontProxy(java.lang.Object obj,
                     java.lang.String iid)
              throws java.io.IOException
Throws:
java.io.IOException

IFontProxy

protected IFontProxy(java.lang.String CLSID,
                     java.lang.String iid,
                     java.lang.String host,
                     com.esri.arcgis.interop.AuthInfo authInfo)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
getName

Specified by:
getName in interface IFont
Returns:
The pname
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String pname)
             throws java.io.IOException,
                    AutomationException
setName

Specified by:
setName in interface IFont
Parameters:
pname - The pname (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSize

public long getSize()
             throws java.io.IOException,
                    AutomationException
getSize

Specified by:
getSize in interface IFont
Returns:
Automation Currency type
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSize

public void setSize(long psize)
             throws java.io.IOException,
                    AutomationException
setSize

Specified by:
setSize in interface IFont
Parameters:
psize - Automation Currency type (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBold

public boolean isBold()
               throws java.io.IOException,
                      AutomationException
isBold

Specified by:
isBold in interface IFont
Returns:
The pbold
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBold

public void setBold(boolean pbold)
             throws java.io.IOException,
                    AutomationException
setBold

Specified by:
setBold in interface IFont
Parameters:
pbold - The pbold (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isItalic

public boolean isItalic()
                 throws java.io.IOException,
                        AutomationException
isItalic

Specified by:
isItalic in interface IFont
Returns:
The pitalic
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItalic

public void setItalic(boolean pitalic)
               throws java.io.IOException,
                      AutomationException
setItalic

Specified by:
setItalic in interface IFont
Parameters:
pitalic - The pitalic (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUnderline

public boolean isUnderline()
                    throws java.io.IOException,
                           AutomationException
isUnderline

Specified by:
isUnderline in interface IFont
Returns:
The punderline
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUnderline

public void setUnderline(boolean punderline)
                  throws java.io.IOException,
                         AutomationException
setUnderline

Specified by:
setUnderline in interface IFont
Parameters:
punderline - The punderline (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStrikethrough

public boolean isStrikethrough()
                        throws java.io.IOException,
                               AutomationException
isStrikethrough

Specified by:
isStrikethrough in interface IFont
Returns:
The pstrikethrough
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStrikethrough

public void setStrikethrough(boolean pstrikethrough)
                      throws java.io.IOException,
                             AutomationException
setStrikethrough

Specified by:
setStrikethrough in interface IFont
Parameters:
pstrikethrough - The pstrikethrough (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWeight

public short getWeight()
                throws java.io.IOException,
                       AutomationException
getWeight

Specified by:
getWeight in interface IFont
Returns:
The pweight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWeight

public void setWeight(short pweight)
               throws java.io.IOException,
                      AutomationException
setWeight

Specified by:
setWeight in interface IFont
Parameters:
pweight - The pweight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCharset

public short getCharset()
                 throws java.io.IOException,
                        AutomationException
getCharset

Specified by:
getCharset in interface IFont
Returns:
The pcharset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCharset

public void setCharset(short pcharset)
                throws java.io.IOException,
                       AutomationException
setCharset

Specified by:
setCharset in interface IFont
Parameters:
pcharset - The pcharset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHFont

public int getHFont()
             throws java.io.IOException,
                    AutomationException
getHFont

Specified by:
getHFont in interface IFont
Returns:
The phfont (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_clone

public void esri_clone(IFont[] ppfont)
                throws java.io.IOException,
                       AutomationException
esri_clone

Specified by:
esri_clone in interface IFont
Parameters:
ppfont - A reference to a com.esri.arcgis.support.ms.stdole.IFont (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEqual

public void isEqual(IFont pfontOther)
             throws java.io.IOException,
                    AutomationException
isEqual

Specified by:
isEqual in interface IFont
Parameters:
pfontOther - A reference to a com.esri.arcgis.support.ms.stdole.IFont (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRatio

public void setRatio(int cyLogical,
                     int cyHimetric)
              throws java.io.IOException,
                     AutomationException
setRatio

Specified by:
setRatio in interface IFont
Parameters:
cyLogical - The cyLogical (in)
cyHimetric - The cyHimetric (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addRefHfont

public void addRefHfont(int hFont)
                 throws java.io.IOException,
                        AutomationException
addRefHfont

Specified by:
addRefHfont in interface IFont
Parameters:
hFont - The hFont (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

releaseHfont

public void releaseHfont(int hFont)
                  throws java.io.IOException,
                         AutomationException
releaseHfont

Specified by:
releaseHfont in interface IFont
Parameters:
hFont - The hFont (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.