NumericShaper.Shape Método

Definición

Sobrecargas

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

Convierte los dígitos en el texto que se produce entre start e start + count.

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

Convierte los dígitos en el texto que se produce entre start e start + count.

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

Convierte los dígitos en el texto que se produce entre start e start + count, utilizando el contexto proporcionado.

Shape(Char[], Int32, Int32)

Convierte los dígitos en el texto que se produce entre start e start + 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

Parámetros

text
Char[]

matriz de caracteres que se va a convertir

start
Int32

el índice en text para empezar a convertir

count
Int32

el número de caracteres de para text convertir

Atributos

Comentarios

Convierte los dígitos en el texto que se produce entre start e start + count.

Java documentación para java.awt.font.NumericShaper.shape(char[], int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

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

Convierte los dígitos en el texto que se produce entre start e start + 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

Parámetros

text
Char[]

matriz de caracteres que se va a convertir

start
Int32

índice en <código de texto> o código<> para empezar a convertir

count
Int32

el número de caracteres en <el texto> o el código de código<> que se va a convertir

context
NumericShaper.Range

Contexto al que se van a convertir los caracteres, como NumericShaper.Range.European.

Atributos

Comentarios

Java documentación para java.awt.font.NumericShaper.shape(char[], int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

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

Convierte los dígitos en el texto que se produce entre start e start + count, utilizando el contexto proporcionado.

[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

Parámetros

text
Char[]

una matriz de caracteres

start
Int32

el índice en text para empezar a convertir

count
Int32

el número de caracteres de para text convertir

context
Int32

el contexto al que se van a convertir los caracteres, como NumericShaper.EUROPEAN

Atributos

Comentarios

Convierte los dígitos en el texto que se produce entre start e start + count, utilizando el contexto proporcionado. El contexto se omite si el conformador no es un conformador contextual.

Java documentación para java.awt.font.NumericShaper.shape(char[], int, int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a