com.esri.arcgis.carto
Interface IBackgroundTabStyle

All Superinterfaces:
Serializable
All Known Implementing Classes:
BackgroundTabStyle

public interface IBackgroundTabStyle
extends Serializable

Provides access to members that control background tab style grid labels.

When To Use

This interface is used to modify the appearance of the background of tabs surrounding an index grid. A description and an example are provided in the Carto Library Overview.

Product Availability

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


Method Summary
 int getBackgroundType()
          The type of the background tab style.
 void setBackgroundType(int tabType)
          The type of the background tab style.
 

Method Detail

getBackgroundType

int getBackgroundType()
                      throws IOException,
                             AutomationException
The type of the background tab style.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A com.esri.arcgis.carto.esriBackgroundTabType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundType

void setBackgroundType(int tabType)
                       throws IOException,
                              AutomationException
The type of the background tab style.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
tabType - A com.esri.arcgis.carto.esriBackgroundTabType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.