ExtractedText.PartialStartOffset Property

Definition

If the content is a report of a partial text change, this is the offset where the change starts and it runs until #partialEndOffset.

[Android.Runtime.Register("partialStartOffset")]
public int PartialStartOffset { get; set; }
[<Android.Runtime.Register("partialStartOffset")>]
member this.PartialStartOffset : int with get, set

Property Value

Attributes

Remarks

If the content is a report of a partial text change, this is the offset where the change starts and it runs until #partialEndOffset. If the content is the full text, this field is -1.

Java documentation for android.view.inputmethod.ExtractedText.partialStartOffset.

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