public interface IFont
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDbef6e002_a874_101a_8bba_00aa00300cab |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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
|
static final int IIDbef6e002_a874_101a_8bba_00aa00300cab
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String pname) throws java.io.IOException, AutomationException
pname
- The pname (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSize(long psize) throws java.io.IOException, AutomationException
psize
- Automation Currency type (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBold() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBold(boolean pbold) throws java.io.IOException, AutomationException
pbold
- The pbold (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isItalic() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setItalic(boolean pitalic) throws java.io.IOException, AutomationException
pitalic
- The pitalic (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUnderline() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUnderline(boolean punderline) throws java.io.IOException, AutomationException
punderline
- The punderline (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isStrikethrough() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStrikethrough(boolean pstrikethrough) throws java.io.IOException, AutomationException
pstrikethrough
- The pstrikethrough (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short getWeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWeight(short pweight) throws java.io.IOException, AutomationException
pweight
- The pweight (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short getCharset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCharset(short pcharset) throws java.io.IOException, AutomationException
pcharset
- The pcharset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getHFont() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void esri_clone(IFont[] ppfont) throws java.io.IOException, AutomationException
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.void isEqual(IFont pfontOther) throws java.io.IOException, AutomationException
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.void setRatio(int cyLogical, int cyHimetric) throws java.io.IOException, AutomationException
cyLogical
- The cyLogical (in)cyHimetric
- The cyHimetric (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addRefHfont(int hFont) throws java.io.IOException, AutomationException
hFont
- The hFont (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void releaseHfont(int hFont) throws java.io.IOException, AutomationException
hFont
- The hFont (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.