AttributedString.Iterator Property

Definition

Creates an AttributedCharacterIterator instance that provides access to the entire contents of this string.

public virtual Java.Text.IAttributedCharacterIterator? Iterator { [Android.Runtime.Register("getIterator", "()Ljava/text/AttributedCharacterIterator;", "GetGetIteratorHandler")] get; }
[<get: Android.Runtime.Register("getIterator", "()Ljava/text/AttributedCharacterIterator;", "GetGetIteratorHandler")>]
member this.Iterator : Java.Text.IAttributedCharacterIterator

Property Value

An iterator providing access to the text and its attributes.

Attributes

Remarks

Java documentation for java.text.AttributedString.getIterator().

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