public interface INumericFormat
extends java.io.Serializable
Description: 'Provides access to members that format numbers.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7e4f4710_8e54_11d2_aad8_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAlignmentOption()
The alignment option applied to the ValueToString method.
|
int |
getAlignmentWidth()
The alignment width applied to the ValueToString method.
|
int |
getRoundingOption()
The rounding option applied to the ValueToString method.
|
int |
getRoundingValue()
The rounding value, whose meaning depends on the rounding option.
|
boolean |
isShowPlusSign()
Indicates if formatted numbers contain a plus sign for positive numbers.
|
boolean |
isUseSeparator()
Indicates if formatted numbers contain digit grouping symbols.
|
boolean |
isZeroPad()
Indicates if formatted numbers contain padded zeros to the right of the decimal.
|
void |
setAlignmentOption(int option)
The alignment option applied to the ValueToString method.
|
void |
setAlignmentWidth(int width)
The alignment width applied to the ValueToString method.
|
void |
setRoundingOption(int pption)
The rounding option applied to the ValueToString method.
|
void |
setRoundingValue(int value)
The rounding value, whose meaning depends on the rounding option.
|
void |
setShowPlusSign(boolean show)
Indicates if formatted numbers contain a plus sign for positive numbers.
|
void |
setUseSeparator(boolean sep)
Indicates if formatted numbers contain digit grouping symbols.
|
void |
setZeroPad(boolean pad)
Indicates if formatted numbers contain padded zeros to the right of the decimal.
|
static final int IID7e4f4710_8e54_11d2_aad8_000000000000
static final int xxDummy
static final java.lang.String IID
void setRoundingOption(int pption)
throws java.io.IOException,
AutomationException
pption - A com.esri.arcgis.system.esriRoundingOptionEnum constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getRoundingOption()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRoundingValue(int value)
throws java.io.IOException,
AutomationException
value - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getRoundingValue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAlignmentOption(int option)
throws java.io.IOException,
AutomationException
option - A com.esri.arcgis.system.esriNumericAlignmentEnum constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getAlignmentOption()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAlignmentWidth(int width)
throws java.io.IOException,
AutomationException
width - The width (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getAlignmentWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setUseSeparator(boolean sep)
throws java.io.IOException,
AutomationException
sep - The sep (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isUseSeparator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZeroPad(boolean pad)
throws java.io.IOException,
AutomationException
pad - The pad (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isZeroPad()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setShowPlusSign(boolean show)
throws java.io.IOException,
AutomationException
show - The show (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isShowPlusSign()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.