java.lang.Object | |||
↳ | android.text.style.TtsSpan.Builder<android.text.style.TtsSpan.OrdinalBuilder> | ||
↳ | android.text.style.TtsSpan.SemioticClassBuilder<android.text.style.TtsSpan.OrdinalBuilder> | ||
↳ | android.text.style.TtsSpan.OrdinalBuilder |
A builder for TtsSpans of type TYPE_ORDINAL
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a builder for a TtsSpan of type
TYPE_ORDINAL .
| |||||||||||
Creates a TtsSpan of type
TYPE_ORDINAL and sets the
ARG_NUMBER argument.
| |||||||||||
Creates a TtsSpan of type
TYPE_ORDINAL and sets the
ARG_NUMBER argument.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the
ARG_NUMBER argument.
| |||||||||||
Convenience method that converts the number to a String and sets 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_ORDINAL
.
Creates a TtsSpan of type TYPE_ORDINAL
and sets the
ARG_NUMBER
argument.
number | The ordinal number to synthesize. |
---|
Creates a TtsSpan of type TYPE_ORDINAL
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 sets it
to the value for ARG_NUMBER
.
number | The ordinal number that will be synthesized. |
---|