PadPosition Enum

Definition

public enum PadPosition
type PadPosition = 
Inheritance
PadPosition

Fields

Name Value Description
BeforePrefix 0

[icu] Constant for getPadPosition() and setPadPosition(int) to specify pad characters inserted before the prefix.

Android reference for android.icu.text.DecimalFormat.PAD_BEFORE_PREFIX.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AfterPrefix 1

[icu] Constant for getPadPosition() and setPadPosition(int) to specify pad characters inserted after the prefix.

Android reference for android.icu.text.DecimalFormat.PAD_AFTER_PREFIX.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

BeforeSuffix 2

[icu] Constant for getPadPosition() and setPadPosition(int) to specify pad characters inserted before the suffix.

Android reference for android.icu.text.DecimalFormat.PAD_BEFORE_SUFFIX.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AfterSuffix 3

[icu] Constant for getPadPosition() and setPadPosition(int) to specify pad characters inserted after the suffix.

Android reference for android.icu.text.DecimalFormat.PAD_AFTER_SUFFIX.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to