Collator.Decomposition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the decomposition mode of this Collator. -or- Set the decomposition mode of this Collator.
public virtual int Decomposition { [Android.Runtime.Register("getDecomposition", "()I", "GetGetDecompositionHandler")] get; [Android.Runtime.Register("setDecomposition", "(I)V", "GetSetDecomposition_IHandler")] set; }
[<get: Android.Runtime.Register("getDecomposition", "()I", "GetGetDecompositionHandler")>]
[<set: Android.Runtime.Register("setDecomposition", "(I)V", "GetSetDecomposition_IHandler")>]
member this.Decomposition : int with get, set
Property Value
the decomposition mode
- Attributes
Exceptions
if the provided decomposition rule is not valid. This includes
FULL_DECOMPOSITION.
if the provided decomposition rule is not valid. This includes
FULL_DECOMPOSITION.
if the provided decomposition rule is not valid. This includes
FULL_DECOMPOSITION.
if the provided decomposition rule is not valid. This includes
FULL_DECOMPOSITION.
if the provided decomposition rule is not valid. This includes
FULL_DECOMPOSITION.
if the provided decomposition rule is not valid. This includes
FULL_DECOMPOSITION.
Remarks
Property getter documentation:
Java documentation for java.text.Collator.getDecomposition().
Property setter documentation:
Java documentation for java.text.Collator.setDecomposition(int).
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.