public class IFontProxy extends com.esri.arcgis.interop.Dispatch implements IFont, java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDbef6e002_a874_101a_8bba_00aa00300cab| Modifier | Constructor and Description |
|---|---|
|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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)
Removes a Java object as a listener to events generated by a COM object.
|
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
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IFontProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IFontProxy()
public IFontProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IFontProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IFontProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IFontjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setName(java.lang.String pname)
throws java.io.IOException,
AutomationException
setName in interface IFontpname - The pname (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public long getSize()
throws java.io.IOException,
AutomationException
getSize in interface IFontjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSize(long psize)
throws java.io.IOException,
AutomationException
setSize in interface IFontpsize - Automation Currency type (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isBold()
throws java.io.IOException,
AutomationException
isBold in interface IFontjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBold(boolean pbold)
throws java.io.IOException,
AutomationException
setBold in interface IFontpbold - The pbold (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isItalic()
throws java.io.IOException,
AutomationException
isItalic in interface IFontjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setItalic(boolean pitalic)
throws java.io.IOException,
AutomationException
setItalic in interface IFontpitalic - The pitalic (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isUnderline()
throws java.io.IOException,
AutomationException
isUnderline in interface IFontjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUnderline(boolean punderline)
throws java.io.IOException,
AutomationException
setUnderline in interface IFontpunderline - The punderline (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isStrikethrough()
throws java.io.IOException,
AutomationException
isStrikethrough in interface IFontjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStrikethrough(boolean pstrikethrough)
throws java.io.IOException,
AutomationException
setStrikethrough in interface IFontpstrikethrough - The pstrikethrough (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getWeight()
throws java.io.IOException,
AutomationException
getWeight in interface IFontjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setWeight(short pweight)
throws java.io.IOException,
AutomationException
setWeight in interface IFontpweight - The pweight (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getCharset()
throws java.io.IOException,
AutomationException
getCharset in interface IFontjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCharset(short pcharset)
throws java.io.IOException,
AutomationException
setCharset in interface IFontpcharset - The pcharset (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getHFont()
throws java.io.IOException,
AutomationException
getHFont in interface IFontjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void esri_clone(IFont[] ppfont) throws java.io.IOException, AutomationException
esri_clone in interface IFontppfont - A reference to a com.esri.arcgis.support.ms.stdole.IFont (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void isEqual(IFont pfontOther) throws java.io.IOException, AutomationException
isEqual in interface IFontpfontOther - A reference to a com.esri.arcgis.support.ms.stdole.IFont (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRatio(int cyLogical,
int cyHimetric)
throws java.io.IOException,
AutomationException
setRatio in interface IFontcyLogical - The cyLogical (in)cyHimetric - The cyHimetric (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addRefHfont(int hFont)
throws java.io.IOException,
AutomationException
addRefHfont in interface IFonthFont - The hFont (A COM typedef) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void releaseHfont(int hFont)
throws java.io.IOException,
AutomationException
releaseHfont in interface IFonthFont - The hFont (A COM typedef) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.