Java.Text.AttributedString.GetIterator Method
Returns an AttributedCharacterIterator that gives access to the contents of this attributed string starting at index start up to index end.

Syntax

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

Parameters

attributes
the array containing attributes that will be in the new iterator if they are defined for this text.
start
the start index of the iterator on the underlying text.
end
the end index of the iterator on the underlying text.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an AttributedCharacterIterator that gives access to the contents of this attributed string starting at index start up to index end. 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