|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFontSize
Provides access to members that control the font size object.
Size in points (approx. 1/72 inch).
IFontName
,
IFontAttribute
,
IBold
,
IFontSize
Method Summary | |
---|---|
double |
getSize()
The font size in points. |
void |
setSize(double size)
The font size in points. |
Method Detail |
---|
double getSize() throws IOException, AutomationException
Size is the size in points (approx. 1/72 inch) for an IFontSize.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(double size) throws IOException, AutomationException
Size is the size in points (approx. 1/72 inch) for an IFontSize.
size
- The size (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 |