Lingua

Edits.FineIterator Property

Definition

Returns an Iterator for fine-grained change and no-change edits (full granularity of change edits is retained).

public Android.Icu.Text.Edits.Iterator? FineIterator { [Android.Runtime.Register("getFineIterator", "()Landroid/icu/text/Edits$Iterator;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getFineIterator", "()Landroid/icu/text/Edits$Iterator;", "", ApiSince=29)>]
member this.FineIterator : Android.Icu.Text.Edits.Iterator

Property Value

an Iterator that separates adjacent changes.

Attributes

Remarks

Returns an Iterator for fine-grained change and no-change edits (full granularity of change edits is retained). Can be used for modifying styled text.

Android reference for android.icu.text.Edits.getFineIterator.

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