com.esri.arcgis.carto
Interface IFormattedGridLabel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FormattedGridLabel, IFormattedGridLabelProxy, MixedFontGridLabel

public interface IFormattedGridLabel
extends java.io.Serializable

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

Description: 'Provides access to members controlling the number format of a grid label.' 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 IIDce41c505_9df9_11d2_aade_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INumberFormat getFormat()
          The format used to display the numbers in the grid label.
 void setFormat(INumberFormat format)
          The format used to display the numbers in the grid label.
 

Field Detail

IIDce41c505_9df9_11d2_aade_000000000000

static final int IIDce41c505_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

getFormat

INumberFormat getFormat()
                        throws java.io.IOException,
                               AutomationException
The format used to display the numbers in the grid label.

Returns:
A reference to a com.esri.arcgis.system.INumberFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFormat

void setFormat(INumberFormat format)
               throws java.io.IOException,
                      AutomationException
The format used to display the numbers in the grid label.

Parameters:
format - A reference to a com.esri.arcgis.system.INumberFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.