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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IFontProxy()
public IFontProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IFontProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IFont
java.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 IFont
pname
- 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 IFont
java.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 IFont
psize
- 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 IFont
java.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 IFont
pbold
- 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 IFont
java.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 IFont
pitalic
- 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 IFont
java.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 IFont
punderline
- 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 IFont
java.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 IFont
pstrikethrough
- 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 IFont
java.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 IFont
pweight
- 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 IFont
java.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 IFont
pcharset
- 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 IFont
java.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 IFont
ppfont
- 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 IFont
pfontOther
- 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 IFont
cyLogical
- 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 IFont
hFont
- 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 IFont
hFont
- The hFont (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.