Java.Text.IAttributedCharacterIterator: Method Members

The methods of Java.Text.IAttributedCharacterIterator are listed below. For a list of all members, see the IAttributedCharacterIterator Members list.

Public Methods

GetAttribute(AttributedCharacterIteratorAttribute) : Java.Lang.Object
Returns the value stored in the attribute for the current character.
GetRunLimit(AttributedCharacterIteratorAttribute) : int
Returns the index of the last character in the run that has the same attribute value for the given attribute as the current character.
GetRunLimit(ICollection<AttributedCharacterIteratorAttribute>) : int
Documentation for this section has not yet been entered.
GetRunStart(AttributedCharacterIteratorAttribute) : int
Returns the index of the first character in the run that has the same attribute value for the given attribute as the current character.
GetRunStart(ICollection<AttributedCharacterIteratorAttribute>) : int
Documentation for this section has not yet been entered.