|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.support.ms.stdole.IFontProxy
public class IFontProxy
Font Object
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IFontProxy()
|
|
IFontProxy(Object obj)
|
protected |
IFontProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
addRefHfont(int hFont)
addRefHfont |
void |
esri_clone(IFont[] ppfont)
esri_clone |
short |
getCharset()
getCharset |
int |
getHFont()
getHFont |
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(String iidStr,
Object theListener)
|
void |
setBold(boolean pbold)
setBold |
void |
setCharset(short pcharset)
setCharset |
void |
setItalic(boolean pitalic)
setItalic |
void |
setName(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 boolean noncastable
| Constructor Detail |
|---|
public IFontProxy()
public IFontProxy(Object obj)
throws IOException
IOException
protected IFontProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public String getName()
throws IOException,
AutomationException
getName in interface IFontIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pname)
throws IOException,
AutomationException
setName in interface IFontpname - The pname (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public long getSize()
throws IOException,
AutomationException
getSize in interface IFontIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSize(long psize)
throws IOException,
AutomationException
setSize in interface IFontpsize - Automation Currency type (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBold()
throws IOException,
AutomationException
isBold in interface IFontIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBold(boolean pbold)
throws IOException,
AutomationException
setBold in interface IFontpbold - The pbold (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isItalic()
throws IOException,
AutomationException
isItalic in interface IFontIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setItalic(boolean pitalic)
throws IOException,
AutomationException
setItalic in interface IFontpitalic - The pitalic (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUnderline()
throws IOException,
AutomationException
isUnderline in interface IFontIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUnderline(boolean punderline)
throws IOException,
AutomationException
setUnderline in interface IFontpunderline - The punderline (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isStrikethrough()
throws IOException,
AutomationException
isStrikethrough in interface IFontIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStrikethrough(boolean pstrikethrough)
throws IOException,
AutomationException
setStrikethrough in interface IFontpstrikethrough - The pstrikethrough (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getWeight()
throws IOException,
AutomationException
getWeight in interface IFontIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWeight(short pweight)
throws IOException,
AutomationException
setWeight in interface IFontpweight - The pweight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getCharset()
throws IOException,
AutomationException
getCharset in interface IFontIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCharset(short pcharset)
throws IOException,
AutomationException
setCharset in interface IFontpcharset - The pcharset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHFont()
throws IOException,
AutomationException
getHFont in interface IFontIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void esri_clone(IFont[] ppfont)
throws IOException,
AutomationException
esri_clone in interface IFontppfont - A reference to a com.esri.arcgis.support.ms.stdole.IFont (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isEqual(IFont pfontOther)
throws IOException,
AutomationException
isEqual in interface IFontpfontOther - A reference to a com.esri.arcgis.support.ms.stdole.IFont (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRatio(int cyLogical,
int cyHimetric)
throws IOException,
AutomationException
setRatio in interface IFontcyLogical - The cyLogical (in)cyHimetric - The cyHimetric (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addRefHfont(int hFont)
throws IOException,
AutomationException
addRefHfont in interface IFonthFont - The hFont (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void releaseHfont(int hFont)
throws IOException,
AutomationException
releaseHfont in interface IFonthFont - The hFont (A COM typedef) (in)
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 | ||||||||