AttributedString.Iterator Property
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.
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.