com.esri.arcgis.cartoUI
Interface ILabelStyleSelector

All Superinterfaces:
Serializable
All Known Implementing Classes:
LabelStyleSelector, MaplexLabelStyleSelector

public interface ILabelStyleSelector
extends Serializable

Provides access to members that control a Label Style Selector.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean applies(ILabelStyle style)
          Indicates if this label style selector can be used with the specified label style.
 

Method Detail

applies

boolean applies(ILabelStyle style)
                throws IOException,
                       AutomationException
Indicates if this label style selector can be used with the specified label style.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
style - A reference to a com.esri.arcgis.carto.ILabelStyle (in)
Returns:
The applies
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.