com.esri.arcgis.display
Interface IFontName

All Superinterfaces:
Serializable
All Known Implementing Classes:
FontName

public interface IFontName
extends Serializable

Provides access to FontName properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IFontName, IFontAttribute, IBold, IFontSize

Method Summary
 String getName()
          The name of the font.
 void setName(String name)
          The name of the font.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The name of the font.

Description

Name is the name of the font for an IFontName.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setName

void setName(String name)
             throws IOException,
                    AutomationException
The name of the font.

Description

Name is the name of the font for an IFontName.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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