|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISymbolPickerDialog
Provides access to the SymbolPicker dialog.
Method Summary | |
---|---|
boolean |
doModal(int hWndParent)
Shows modal version of dialog. |
int |
getSelectedChar()
The Selected unicode Character. |
String |
getSelectedFontName()
The name of the Selected Font. |
void |
setSelectedChar(int iCharUnicode)
The Selected unicode Character. |
void |
setSelectedFontName(String fontFaceName)
The name of the Selected Font. |
Method Detail |
---|
String getSelectedFontName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedFontName(String fontFaceName) throws IOException, AutomationException
fontFaceName
- The fontFaceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSelectedChar() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedChar(int iCharUnicode) throws IOException, AutomationException
iCharUnicode
- The iCharUnicode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(int hWndParent) throws IOException, AutomationException
hWndParent
- The hWndParent (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 |