NumericShaper.AllRanges フィールド

定義

注意事項

This constant will be removed in the future version. Use Java.Awt.Font.Ranges enum directly instead of this field.

完全なコンテキスト 整形のために、すべての範囲を識別します。

[Android.Runtime.Register("ALL_RANGES")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Awt.Font.Ranges enum directly instead of this field.", true)]
public const Java.Awt.Font.Ranges AllRanges = 524287;
[<Android.Runtime.Register("ALL_RANGES")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Awt.Font.Ranges enum directly instead of this field.", true)>]
val mutable AllRanges : Java.Awt.Font.Ranges

フィールド値

Value = 524287
属性

注釈

完全なコンテキスト 整形のために、すべての範囲を識別します。

この定数は、すべてのビット マスク ベースの範囲を指定します。 列挙型ベースのすべての範囲を指定するには、 を使用 EmunSet.allOf(NumericShaper.Range.class) します。

java.awt.font.NumericShaper.ALL_RANGESJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象