|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFontAttribute
Provides access to FontAttribute properties.
Use with the FontAttributeUnderline, FontAttributeBold and FontAttributeItalic coclasses to control the appearance of the font.
IFontName
,
IFontAttribute
,
IBold
,
IFontSize
Method Summary | |
---|---|
boolean |
isState()
Indicates if a boolean font attribute is set. |
void |
setState(boolean state)
Indicates if a boolean font attribute is set. |
Method Detail |
---|
boolean isState() throws IOException, AutomationException
Boolean setting of either Italic, Bold or Underline.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setState(boolean state) throws IOException, AutomationException
Boolean setting of either Italic, Bold or Underline.
state
- The state (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 |