Exemplo n.º 1
0
 public void setPositiveSuffix(String value) {
   NativeDecimalFormat.setTextAttribute(
       this.addr, UNumberFormatTextAttribute.UNUM_POSITIVE_SUFFIX.ordinal(), value);
 }
Exemplo n.º 2
0
 public void setNegativePrefix(String value) {
   NativeDecimalFormat.setTextAttribute(
       this.addr, UNumberFormatTextAttribute.UNUM_NEGATIVE_PREFIX.ordinal(), value);
 }