|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.support.ms.stdole.StdFont
public class StdFont
COM Class 'StdFont'. Generated 3/19/2015 1:20:50 PM from 'c:\WINDOWS\system32\stdole2.tlb'
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 |
|---|
| Fields inherited from interface com.esri.arcgis.support.ms.stdole.Font |
|---|
DISPID_0_GET_NAME, DISPID_0_PUT_NAME, DISPID_2_GET_NAME, DISPID_2_PUT_NAME, DISPID_3_GET_NAME, DISPID_3_PUT_NAME, DISPID_4_GET_NAME, DISPID_4_PUT_NAME, DISPID_5_GET_NAME, DISPID_5_PUT_NAME, DISPID_6_GET_NAME, DISPID_6_PUT_NAME, DISPID_7_GET_NAME, DISPID_7_PUT_NAME, DISPID_8_GET_NAME, DISPID_8_PUT_NAME, IID, IIDbef6e003_a874_101a_8bba_00aa00300cab, xxDummy |
| Fields inherited from interface com.esri.arcgis.support.ms.stdole.IFont |
|---|
IID, IIDbef6e002_a874_101a_8bba_00aa00300cab, xxDummy |
| Constructor Summary | |
|---|---|
StdFont()
Constructs a StdFont using ArcGIS Engine. |
|
StdFont(java.lang.Object obj)
Construct a StdFont using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addFontEventsListener(FontEvents theListener)
addFontEventsListener. |
void |
addRefHfont(int hFont)
addRefHfont |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
esri_clone(IFont[] ppfont)
esri_clone |
boolean |
getBold()
getBold |
short |
getCharset()
getCharset |
static java.lang.String |
getClsid()
getClsid. |
int |
getHFont()
getHFont |
boolean |
getItalic()
getItalic |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
getName |
long |
getSize()
getSize |
boolean |
getStrikethrough()
getStrikethrough |
boolean |
getUnderline()
getUnderline |
short |
getWeight()
getWeight |
int |
hashCode()
the hashcode for this object |
boolean |
isBold()
isBold |
void |
isEqual(IFont pfontOther)
isEqual |
boolean |
isItalic()
isItalic |
boolean |
isStrikethrough()
isStrikethrough |
boolean |
isUnderline()
isUnderline |
void |
release()
Release a StdFont. |
void |
releaseHfont(int hFont)
releaseHfont |
void |
removeFontEventsListener(FontEvents theListener)
removeFontEventsListener. |
void |
setBold(boolean rhs)
setBold |
void |
setCharset(short rhs)
setCharset |
void |
setItalic(boolean rhs)
setItalic |
void |
setName(java.lang.String rhs)
setName |
void |
setRatio(int cyLogical,
int cyHimetric)
setRatio |
void |
setSize(long rhs)
setSize |
void |
setStrikethrough(boolean rhs)
setStrikethrough |
void |
setUnderline(boolean rhs)
setUnderline |
void |
setWeight(short rhs)
setWeight |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StdFont()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public StdFont(java.lang.Object obj)
throws java.io.IOException
obj to StdFont.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
StdFont theStdFont = (StdFont) obj;| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef
public void addFontEventsListener(FontEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.support.ms.stdole.FontEvents interface.
java.io.IOException - If there are communications problems.
public void removeFontEventsListener(FontEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.support.ms.stdole.FontEvents interface.
java.io.IOException - If there are communications problems.public void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface FontgetName in interface IFontjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String rhs)
throws java.io.IOException,
AutomationException
setName in interface FontsetName in interface IFontrhs - The rhs)
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 FontgetSize in interface IFontjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSize(long rhs)
throws java.io.IOException,
AutomationException
setSize in interface FontsetSize in interface IFontrhs - Automation Currency type)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean getBold()
throws java.io.IOException,
AutomationException
getBold in interface Fontjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBold(boolean rhs)
throws java.io.IOException,
AutomationException
setBold in interface FontsetBold in interface IFontrhs - The rhs)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean getItalic()
throws java.io.IOException,
AutomationException
getItalic in interface Fontjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setItalic(boolean rhs)
throws java.io.IOException,
AutomationException
setItalic in interface FontsetItalic in interface IFontrhs - The rhs)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean getUnderline()
throws java.io.IOException,
AutomationException
getUnderline in interface Fontjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUnderline(boolean rhs)
throws java.io.IOException,
AutomationException
setUnderline in interface FontsetUnderline in interface IFontrhs - The rhs)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean getStrikethrough()
throws java.io.IOException,
AutomationException
getStrikethrough in interface Fontjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStrikethrough(boolean rhs)
throws java.io.IOException,
AutomationException
setStrikethrough in interface FontsetStrikethrough in interface IFontrhs - The rhs)
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 FontgetWeight in interface IFontjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWeight(short rhs)
throws java.io.IOException,
AutomationException
setWeight in interface FontsetWeight in interface IFontrhs - The rhs)
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 FontgetCharset in interface IFontjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCharset(short rhs)
throws java.io.IOException,
AutomationException
setCharset in interface FontsetCharset in interface IFontrhs - The rhs)
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 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 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 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 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||