Java.Text.AttributedString.GetIterator Method
Returns an AttributedCharacterIterator that gives access to the complete content of this attributed string.

Syntax

[Android.Runtime.Register("getIterator", "([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;", "GetGetIterator_arrayLjava_text_AttributedCharacterIterator_Attribute_Handler")]
public virtual IAttributedCharacterIterator GetIterator (AttributedCharacterIteratorAttribute[] attributes)

Parameters

attributes
the array containing attributes that will be in the new iterator if they are defined for this text.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an AttributedCharacterIterator that gives access to the complete content of this attributed string. Only attributes contained in attributes are available from this iterator if they are defined for this text.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1