com.esri.arcgis.arcmapui
Interface IReportUnitFormat

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IReportUnitFormatProxy, MxDocument

public interface IReportUnitFormat
extends java.io.Serializable

COM Interface 'IReportUnitFormat'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to report unit formatting.' 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 IID5fc55a41_b276_4e9c_9dce_c54f61419dfe
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILatLonFormat getLatLonFormat()
          The format object used for reporting lat-lon values.
 INumberFormat getNumericFormat()
          The format object used for reporting numeric values.
 void setLatLonFormatByRef(ILatLonFormat format)
          The format object used for reporting lat-lon values.
 void setNumericFormatByRef(INumberFormat format)
          The format object used for reporting numeric values.
 

Field Detail

IID5fc55a41_b276_4e9c_9dce_c54f61419dfe

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

getLatLonFormat

ILatLonFormat getLatLonFormat()
                              throws java.io.IOException,
                                     AutomationException
The format object used for reporting lat-lon values.

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

setLatLonFormatByRef

void setLatLonFormatByRef(ILatLonFormat format)
                          throws java.io.IOException,
                                 AutomationException
The format object used for reporting lat-lon values.

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

getNumericFormat

INumberFormat getNumericFormat()
                               throws java.io.IOException,
                                      AutomationException
The format object used for reporting numeric values.

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.

setNumericFormatByRef

void setNumericFormatByRef(INumberFormat format)
                           throws java.io.IOException,
                                  AutomationException
The format object used for reporting numeric values.

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.