The members of Java.Text.IAttributedCharacterIterator are listed below.
| [read-only] | AllAttributeKeys | ICollection<AttributedCharacterIteratorAttribute>. Returns a set of attributes present in the AttributedCharacterIterator. | 
| [read-only] | Attributes | IDictionary<AttributedCharacterIteratorAttribute, Java.Lang.Object>. Returns a map of all attributes of the current character. | 
| [read-only] | RunLimit | int. Returns the index of the last character in the run having the same attributes as the current character. | 
| [read-only] | RunStart | int. Returns the index of the first character in the run that has the same attributes as the current character. | 
| GetAttribute(AttributedCharacterIteratorAttribute) Returns the value stored in the attribute for the current character. | ||
| GetRunLimit(AttributedCharacterIteratorAttribute) 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>) Documentation for this section has not yet been entered. | ||
| GetRunStart(AttributedCharacterIteratorAttribute) 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>) Documentation for this section has not yet been entered. | ||