TtsSpan.VerbatimBuilder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TtsSpan.VerbatimBuilder() |
Creates a builder for a TtsSpan of type |
TtsSpan.VerbatimBuilder(String) |
Creates a builder for a TtsSpan of type |
TtsSpan.VerbatimBuilder(IntPtr, JniHandleOwnership) |
TtsSpan.VerbatimBuilder()
Creates a builder for a TtsSpan of type #TYPE_VERBATIM
.
[Android.Runtime.Register(".ctor", "()V", "")]
public VerbatimBuilder ();
- Attributes
Remarks
Creates a builder for a TtsSpan of type #TYPE_VERBATIM
.
Java documentation for android.text.style.TtsSpan.VerbatimBuilder.TtsSpan$VerbatimBuilder()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
TtsSpan.VerbatimBuilder(String)
Creates a builder for a TtsSpan of type #TYPE_VERBATIM
and sets the #ARG_VERBATIM
argument.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public VerbatimBuilder (string? verbatim);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Text.Style.TtsSpan.VerbatimBuilder : string -> Android.Text.Style.TtsSpan.VerbatimBuilder
Parameters
- verbatim
- String
- Attributes
Remarks
Creates a builder for a TtsSpan of type #TYPE_VERBATIM
and sets the #ARG_VERBATIM
argument.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
TtsSpan.VerbatimBuilder(IntPtr, JniHandleOwnership)
protected VerbatimBuilder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.TtsSpan.VerbatimBuilder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.TtsSpan.VerbatimBuilder
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.