java.lang.Object | |||
↳ | android.text.style.TtsSpan.Builder<android.text.style.TtsSpan.CardinalBuilder> | ||
↳ | android.text.style.TtsSpan.SemioticClassBuilder<android.text.style.TtsSpan.CardinalBuilder> | ||
↳ | android.text.style.TtsSpan.CardinalBuilder |
A builder for TtsSpans of type TYPE_CARDINAL
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a builder for a TtsSpan of type
TYPE_CARDINAL .
| |||||||||||
Creates a TtsSpan of type
TYPE_CARDINAL and sets the
ARG_NUMBER argument.
| |||||||||||
Creates a TtsSpan of type
TYPE_CARDINAL and sets the
ARG_NUMBER argument.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the
ARG_NUMBER argument.
| |||||||||||
Convenience method that converts the number to a String and set it to
the value for
ARG_NUMBER .
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.text.style.TtsSpan.SemioticClassBuilder
| |||||||||||
From class
android.text.style.TtsSpan.Builder
| |||||||||||
From class
java.lang.Object
|
Creates a builder for a TtsSpan of type TYPE_CARDINAL
.
Creates a TtsSpan of type TYPE_CARDINAL
and sets the
ARG_NUMBER
argument.
number | The number to synthesize. |
---|
Creates a TtsSpan of type TYPE_CARDINAL
and sets the
ARG_NUMBER
argument.
number | The number to synthesize. |
---|
Sets the ARG_NUMBER
argument.
number | A non-empty string of digits with an optional leading + or -. |
---|
Convenience method that converts the number to a String and set it to
the value for ARG_NUMBER
.
number | The number that will be synthesized. |
---|