|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFont
Font Object
Method Summary | |
---|---|
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 |
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 |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pname) throws IOException, AutomationException
pname
- The pname (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.long getSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(long psize) throws IOException, AutomationException
psize
- Automation Currency type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBold() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBold(boolean pbold) throws IOException, AutomationException
pbold
- The pbold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isItalic() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItalic(boolean pitalic) throws IOException, AutomationException
pitalic
- The pitalic (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUnderline() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnderline(boolean punderline) throws IOException, AutomationException
punderline
- The punderline (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStrikethrough() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStrikethrough(boolean pstrikethrough) throws IOException, AutomationException
pstrikethrough
- The pstrikethrough (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getWeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWeight(short pweight) throws IOException, AutomationException
pweight
- The pweight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getCharset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCharset(short pcharset) throws IOException, AutomationException
pcharset
- The pcharset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_clone(IFont[] ppfont) throws IOException, AutomationException
ppfont
- 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.void isEqual(IFont pfontOther) throws IOException, AutomationException
pfontOther
- 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.void setRatio(int cyLogical, int cyHimetric) throws IOException, AutomationException
cyLogical
- The cyLogical (in)cyHimetric
- The cyHimetric (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addRefHfont(int hFont) throws IOException, AutomationException
hFont
- The hFont (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void releaseHfont(int hFont) throws IOException, AutomationException
hFont
- 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 |