Android.Text.Style.TtsSpan Members

The members of Android.Text.Style.TtsSpan are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
AnimacyAnimatestring.
const
AnimacyInanimatestring.
const
ArgAnimacystring. String argument supplying animacy information.
const
ArgCasestring. String argument supplying case information.
const
ArgCountryCodestring. Argument used to specify the country code of a telephone number.
const
ArgCurrencystring. Argument used to specify the currency.
const
ArgDaystring. Argument used to specify the day of the month of a date.
const
ArgDenominatorstring. Argument used to specify the denominator of a fraction.
const
ArgDigitsstring. Argument used to specify a string of digits.
const
ArgDomainstring. Argument used to specify the domain part of a URI.
const
ArgExtensionstring. Argument used to specify the extension part of a telephone number.
const
ArgFractionalPartstring. Argument used to specify the fractional part of a decimal.
const
ArgFragmentIdstring. Argument used to specify the fragment id of a URI.
const
ArgGenderstring. String argument supplying gender information.
const
ArgHoursstring. Argument used to specify the hours of a time.
const
ArgIntegerPartstring. Argument used to specify the integer part of a decimal or fraction.
const
ArgMinutesstring. Argument used to specify the minutes of a time.
const
ArgMonthstring. Argument used to specify the month of a date.
const
ArgMultiplicitystring. String argument supplying multiplicity information.
const
ArgNumberstring. Argument used to specify a whole number.
const
ArgNumberPartsstring. Argument used to specify the main number part of a telephone number.
const
ArgNumeratorstring. Argument used to specify the numerator of a fraction.
const
ArgPasswordstring. Argument used to specify the password part of a URI.
const
ArgPathstring. Argument used to specify the path part of a URI.
const
ArgPortstring. Argument used to specify the port number of a URI.
const
ArgProtocolstring. Argument used to specify the protocol of a URI.
const
ArgQuantitystring. Argument used to choose the suffix (thousand, million, etc) that is used to pronounce large amounts of money.
const
ArgQueryStringstring. Argument used to specify the query string of a URI.
const
ArgTextstring. String supplying the text to be synthesized.
const
ArgUnitstring. Argument used to specify the unit of a measure.
const
ArgUsernamestring. Argument used to specify the username part of a URI.
const
ArgVerbatimstring. Argument used to specify a string where the characters are read verbatim, except whitespace.
const
ArgWeekdaystring. Argument used to specify the weekday of a date.
const
ArgYearstring. Argument used to specify the year of a date.
const
CaseAblativestring.
const
CaseAccusativestring.
const
CaseDativestring.
const
CaseGenitivestring.
const
CaseInstrumentalstring.
const
CaseLocativestring.
const
CaseNominativestring.
const
CaseVocativestring.
const
GenderFemalestring.
const
GenderMalestring.
const
GenderNeutralstring.
const
MultiplicityDualstring.
const
MultiplicityPluralstring.
const
MultiplicitySinglestring.
const
TypeCardinalstring. The text associated with this span is a cardinal.
const
TypeDatestring. The text associated with this span is a date.
const
TypeDecimalstring. The text associated with this span is a decimal number.
const
TypeDigitsstring. The text associated with this span is a series of digits that have to be read sequentially.
const
TypeElectronicstring. The text associated with this span is a URI (can be used for URLs and email addresses).
const
TypeFractionstring. The text associated with this span is a fractional number.
const
TypeMeasurestring. The text associated with this span is a measure, consisting of a number and a unit.
const
TypeMoneystring. The text associated with this span is an amount of money.
const
TypeOrdinalstring. The text associated with this span is an ordinal.
const
TypeTelephonestring. The text associated with this span is a telephone number.
const
TypeTextstring. This span type can be used to add morphosyntactic features to the text it spans over, or synthesize a something else than the spanned text.
const
TypeTimestring. The text associated with this span is a time, consisting of a number of hours and minutes, specified with TtsSpan.ArgHours and TtsSpan.ArgMinutes.
const
TypeVerbatimstring. The text associated with this span is a series of characters that have to be read verbatim.

Public Properties

[read-only]
ArgsAndroid.OS.PersistableBundle. Returns a bundle of the arguments set.
[read-only]
SpanTypeIdint. Return a special type identifier for this span class.
[read-only]
Typestring. Returns the type.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.