com.esri.arcgis.carto
Interface IBackgroundTabStyle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BackgroundTabStyle, IBackgroundTabStyleProxy

public interface IBackgroundTabStyle
extends java.io.Serializable

COM Interface 'IBackgroundTabStyle'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control background tab style grid labels.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDce41c50c_9df9_11d2_aade_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBackgroundType()
          The type of the background tab style.
 void setBackgroundType(int tabType)
          The type of the background tab style.
 

Field Detail

IIDce41c50c_9df9_11d2_aade_000000000000

static final int IIDce41c50c_9df9_11d2_aade_000000000000
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getBackgroundType

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

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

setBackgroundType

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

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