The properties of Java.Text.IAttributedCharacterIterator are listed below. For a list of all members, see the IAttributedCharacterIterator Members list.
[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. |