com.esri.arcgis.arcmapui
Interface IReportUnitFormat

All Superinterfaces:
Serializable
All Known Implementing Classes:
IReportUnitFormatProxy, MxDocument

public interface IReportUnitFormat
extends Serializable

Provides access to report unit formatting.

Superseded By

IReportUnitFormat2

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

getLatLonFormat

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setLatLonFormatByRef

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getNumericFormat

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setNumericFormatByRef

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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