|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.support.ms.stdole.IFontProxy
public class IFontProxy
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 =
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |