com.esri.arcgis.framework
Interface ISymbolPickerDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
SymbolPickerDialog

public interface ISymbolPickerDialog
extends Serializable

Provides access to the SymbolPicker dialog.

Product Availability

Available with ArcGIS Desktop.


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

getSelectedFontName

String getSelectedFontName()
                           throws IOException,
                                  AutomationException
The name of the Selected Font.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The fontFaceName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectedFontName

void setSelectedFontName(String fontFaceName)
                         throws IOException,
                                AutomationException
The name of the Selected Font.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
fontFaceName - The fontFaceName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedChar

int getSelectedChar()
                    throws IOException,
                           AutomationException
The Selected unicode Character.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The iCharUnicode
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectedChar

void setSelectedChar(int iCharUnicode)
                     throws IOException,
                            AutomationException
The Selected unicode Character.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
iCharUnicode - The iCharUnicode (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(int hWndParent)
                throws IOException,
                       AutomationException
Shows modal version of dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
hWndParent - The hWndParent (A COM typedef) (in)
Returns:
The pOK
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.