NumericShaper.Shape メソッド

定義

オーバーロード

名前 説明
Shape(Char[], Int32, Int32)

開始と開始 + count の間に出現するテキストの数字を変換します。

Shape(Char[], Int32, Int32, NumericShaper+Range)

開始と開始 + count の間に出現するテキストの数字を変換します。

Shape(Char[], Int32, Int32, Int32)

指定されたコンテキストを使用して、開始と開始 + count の間で発生するテキスト内の数字を変換します。

Shape(Char[], Int32, Int32)

開始と開始 + count の間に出現するテキストの数字を変換します。

[Android.Runtime.Register("shape", "([CII)V", "")]
public void Shape(char[]? text, int start, int count);
[<Android.Runtime.Register("shape", "([CII)V", "")>]
member this.Shape : char[] * int * int -> unit

パラメーター

text
Char[]

変換する文字の配列

start
Int32

変換を開始するためにインデックスを text に変換する

count
Int32

変換する text の文字数

属性

注釈

開始と開始 + count の間に出現するテキストの数字を変換します。

Javaドキュメント。

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

適用対象

Shape(Char[], Int32, Int32, NumericShaper+Range)

開始と開始 + count の間に出現するテキストの数字を変換します。

[Android.Runtime.Register("shape", "([CIILjava/awt/font/NumericShaper$Range;)V", "", ApiSince=24)]
public void Shape(char[]? text, int start, int count, Java.Awt.Font.NumericShaper.Range? context);
[<Android.Runtime.Register("shape", "([CIILjava/awt/font/NumericShaper$Range;)V", "", ApiSince=24)>]
member this.Shape : char[] * int * int * Java.Awt.Font.NumericShaper.Range -> unit

パラメーター

text
Char[]

変換する文字の配列

start
Int32

インデックスを <code>text</code> に変換します。

count
Int32

変換する <code>text</code> の文字数

context
NumericShaper.Range

文字を変換するコンテキスト ( NumericShaper.Range.Europeanなど)。

属性

注釈

Javaドキュメント。

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

適用対象

Shape(Char[], Int32, Int32, Int32)

指定されたコンテキストを使用して、開始と開始 + count の間で発生するテキスト内の数字を変換します。

[Android.Runtime.Register("shape", "([CIII)V", "")]
public void Shape(char[]? text, int start, int count, int context);
[<Android.Runtime.Register("shape", "([CIII)V", "")>]
member this.Shape : char[] * int * int * int -> unit

パラメーター

text
Char[]

文字の配列

start
Int32

変換を開始するためにインデックスを text に変換する

count
Int32

変換する text の文字数

context
Int32

文字の変換先のコンテキスト (例: NumericShaper.EUROPEAN

属性

注釈

指定されたコンテキストを使用して、開始と開始 + count の間で発生するテキスト内の数字を変換します。 シェーパーがコンテキスト シェーパーでない場合、コンテキストは無視されます。

Javaドキュメント。

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

適用対象